Action not permitted
Modal body text goes here.
cve-2019-20916
Vulnerability from cvelistv5
Published
2020-09-04 19:20
Modified
2024-08-05 03:00
Severity ?
EPSS score ?
Summary
The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.
References
▼ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html | Mailing List, Third Party Advisory | |
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html | Mailing List, Third Party Advisory | |
cve@mitre.org | https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace | Patch | |
cve@mitre.org | https://github.com/pypa/pip/compare/19.1.1...19.2 | Patch | |
cve@mitre.org | https://github.com/pypa/pip/issues/6413 | Exploit, Patch | |
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html | Mailing List, Third Party Advisory | |
cve@mitre.org | https://www.oracle.com/security-alerts/cpuapr2022.html | Patch, Third Party Advisory | |
cve@mitre.org | https://www.oracle.com/security-alerts/cpujul2022.html | Patch, Third Party Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T03:00:17.373Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pypa/pip/issues/6413" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "name": "[debian-lts-announce] 20200911 [SECURITY] [DLA 2370-1] python-pip security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "name": "openSUSE-SU-2020:1598", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "name": "openSUSE-SU-2020:1613", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpujul2022.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2022-07-25T16:12:52", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pypa/pip/issues/6413" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "name": "[debian-lts-announce] 20200911 [SECURITY] [DLA 2370-1] python-pip security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "name": "openSUSE-SU-2020:1598", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "name": "openSUSE-SU-2020:1613", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.oracle.com/security-alerts/cpujul2022.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-20916", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/pypa/pip/issues/6413", "refsource": "MISC", "url": "https://github.com/pypa/pip/issues/6413" }, { "name": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace", "refsource": "MISC", "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "name": "https://github.com/pypa/pip/compare/19.1.1...19.2", "refsource": "MISC", "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "name": "[debian-lts-announce] 20200911 [SECURITY] [DLA 2370-1] python-pip security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "name": "openSUSE-SU-2020:1598", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "name": "openSUSE-SU-2020:1613", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2022.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "name": "https://www.oracle.com/security-alerts/cpujul2022.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpujul2022.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2019-20916", "datePublished": "2020-09-04T19:20:55", "dateReserved": "2020-09-04T00:00:00", "dateUpdated": "2024-08-05T03:00:17.373Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2019-20916\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2020-09-04T20:15:11.013\",\"lastModified\":\"2024-02-08T02:04:51.530\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.\"},{\"lang\":\"es\",\"value\":\"El paquete pip versiones anteriores a 19.2 para Python, permite un Salto de Directorio cuando una URL es proporcionada en un comando de instalaci\u00f3n, porque un encabezado Content-Disposition puede tener ../ en un nombre de archivo, como es demostrado al sobrescribir el archivo /root/.ssh/authorized_keys.\u0026#xa0;Esto ocurre en la funci\u00f3n _download_http_url en el archivo _internal/download.py\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:P/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.0},\"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-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:pypa:pip:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"19.2\",\"matchCriteriaId\":\"903FF43B-79F2-4F2A-BC24-12D52398B309\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B620311B-34A3-48A6-82DF-6F078D7A4493\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C2A5B24D-BDF2-423C-98EA-A40778C01A05\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"04E6C8E9-2024-496C-9BFD-4548A5B44E2E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B4367D9B-BF81-47AD-A840-AC46317C774D\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pypa/pip/compare/19.1.1...19.2\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pypa/pip/issues/6413\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2022.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujul2022.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}" } }
gsd-2019-20916
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-20916", "description": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.", "id": "GSD-2019-20916", "references": [ "https://www.suse.com/security/cve/CVE-2019-20916.html", "https://access.redhat.com/errata/RHSA-2020:4654", "https://access.redhat.com/errata/RHSA-2020:4432", "https://access.redhat.com/errata/RHSA-2020:4285", "https://access.redhat.com/errata/RHSA-2020:4273", "https://ubuntu.com/security/CVE-2019-20916", "https://advisories.mageia.org/CVE-2019-20916.html", "https://linux.oracle.com/cve/CVE-2019-20916.html", "https://access.redhat.com/errata/RHSA-2022:5234" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-20916" ], "details": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.", "id": "GSD-2019-20916", "modified": "2023-12-13T01:23:43.335889Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-20916", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/pypa/pip/issues/6413", "refsource": "MISC", "url": "https://github.com/pypa/pip/issues/6413" }, { "name": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace", "refsource": "MISC", "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "name": "https://github.com/pypa/pip/compare/19.1.1...19.2", "refsource": "MISC", "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "name": "[debian-lts-announce] 20200911 [SECURITY] [DLA 2370-1] python-pip security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "name": "openSUSE-SU-2020:1598", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "name": "openSUSE-SU-2020:1613", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2022.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "name": "https://www.oracle.com/security-alerts/cpujul2022.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpujul2022.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c19.2", "affected_versions": "All versions before 19.2", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "cwe_ids": [ "CWE-1035", "CWE-22", "CWE-937" ], "date": "2021-06-09", "description": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.", "fixed_versions": [ "19.2" ], "identifier": "CVE-2019-20916", "identifiers": [ "GHSA-gpvv-69j7-gwj8", "CVE-2019-20916" ], "not_impacted": "All versions starting from 19.2", "package_slug": "pypi/pip", "pubdate": "2021-06-09", "solution": "Upgrade to version 19.2 or above.", "title": "Improper Limitation of a Pathname to a Restricted Directory ", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "https://github.com/pypa/pip/issues/6413", "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace", "https://github.com/pypa/pip/compare/19.1.1...19.2", "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html", "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html", "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html", "https://github.com/advisories/GHSA-gpvv-69j7-gwj8" ], "uuid": "21aaf953-5e8c-4166-add5-09da9f67cb7b" } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:pypa:pip:*:*:*:*:*:*:*:*", "matchCriteriaId": "903FF43B-79F2-4F2A-BC24-12D52398B309", "versionEndExcluding": "19.2", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*", "matchCriteriaId": "B009C22E-30A4-4288-BCF6-C3E81DEAF45A", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*", "matchCriteriaId": "C2A5B24D-BDF2-423C-98EA-A40778C01A05", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "04E6C8E9-2024-496C-9BFD-4548A5B44E2E", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*", "matchCriteriaId": "B4367D9B-BF81-47AD-A840-AC46317C774D", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py." }, { "lang": "es", "value": "El paquete pip versiones anteriores a 19.2 para Python, permite un Salto de Directorio cuando una URL es proporcionada en un comando de instalaci\u00f3n, porque un encabezado Content-Disposition puede tener ../ en un nombre de archivo, como es demostrado al sobrescribir el archivo /root/.ssh/authorized_keys.\u0026#xa0;Esto ocurre en la funci\u00f3n _download_http_url en el archivo _internal/download.py" } ], "id": "CVE-2019-20916", "lastModified": "2024-02-08T02:04:51.530", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "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": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-09-04T20:15:11.013", "references": [ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "source": "cve@mitre.org", "tags": [ "Patch" ], "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "source": "cve@mitre.org", "tags": [ "Patch" ], "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch" ], "url": "https://github.com/pypa/pip/issues/6413" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpujul2022.html" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-22" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
wid-sec-w-2022-0193
Vulnerability from csaf_certbund
Published
2020-11-03 23:00
Modified
2023-09-27 22:00
Summary
Red Hat Enterprise Linux: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um die Verfügbarkeit, Integrität und Vertraulichkeit zu gefährden.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0193 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2020/wid-sec-w-2022-0193.json" }, { "category": "self", "summary": "WID-SEC-2022-0193 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0193" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASANSIBLE2-2023-007 vom 2023-09-27", "url": "https://alas.aws.amazon.com/AL2/ALASANSIBLE2-2023-007.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0891-1 vom 2021-03-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-March/008525.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0949-1 vom 2021-03-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-March/008554.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1107-1 vom 2021-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-April/008596.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:2021 vom 2021-05-19", "url": "https://access.redhat.com/errata/RHSA-2021:2021" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1637-1 vom 2021-05-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-May/008783.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4432 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4432" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4436 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4436" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4482 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4482" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4542 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4542" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4547 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4547" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4605 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4605" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4619 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4619" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4638 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4638" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4649 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4649" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4687 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4687" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4709 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4709" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4805 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4805" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4820 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4820" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4756 vom 2020-11-03", "url": "https://access.redhat.com/errata/RHSA-2020:4756" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:4900 vom 2020-11-04", "url": "https://access.redhat.com/errata/RHSA-2020:4900" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5004 vom 2020-11-10", "url": "https://access.redhat.com/errata/RHSA-2020:5004" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5003 vom 2020-11-10", "url": "https://access.redhat.com/errata/RHSA-2020:5003" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-5003 vom 2020-11-12", "url": "http://linux.oracle.com/errata/ELSA-2020-5003.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-4542 vom 2020-11-11", "url": "https://linux.oracle.com/errata/ELSA-2020-4542.html" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2020:5003 vom 2020-11-18", "url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-5003-Low-CentOS-7-fence-agents-Security-Update-tp4646065.html" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2020:5004 vom 2020-11-18", "url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-5004-Low-CentOS-7-resource-agents-Security-Update-tp4646038.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5149 vom 2020-11-18", "url": "https://access.redhat.com/errata/RHSA-2020:5149" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-5947 vom 2020-11-24", "url": "https://linux.oracle.com/errata/ELSA-2020-5947.html" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-191 vom 2020-11-25", "url": "https://downloads.avaya.com/css/P8/documents/101072549" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3565-1 vom 2020-11-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007889.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3566-1 vom 2020-11-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007890.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3596-1 vom 2020-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007903.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3597-1 vom 2020-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007904.html" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-171 vom 2020-12-07", "url": "https://downloads.avaya.com/css/P8/documents/101072804" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-173 vom 2020-12-07", "url": "https://downloads.avaya.com/css/P8/documents/101072802" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-170 vom 2020-12-07", "url": "https://downloads.avaya.com/css/P8/documents/101072805" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-196 vom 2020-12-08", "url": "https://downloads.avaya.com/css/P8/documents/101072837" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3737-1 vom 2020-12-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007949.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1639 vom 2021-05-24", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1639.html" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-166 vom 2020-12-15", "url": "https://downloads.avaya.com/css/P8/documents/101072982" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0146 vom 2021-01-14", "url": "https://access.redhat.com/errata/RHSA-2021:0146" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0258 vom 2021-01-26", "url": "https://access.redhat.com/errata/RHSA-2021:0258" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:2116 vom 2021-05-26", "url": "https://access.redhat.com/errata/RHSA-2021:2116" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0281 vom 2021-02-03", "url": "https://access.redhat.com/errata/RHSA-2021:0281" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0308 vom 2021-02-08", "url": "https://access.redhat.com/errata/RHSA-2021:0308" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0310 vom 2021-02-08", "url": "https://access.redhat.com/errata/RHSA-2021:0310" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0344-1 vom 2021-02-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008282.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0313 vom 2021-02-09", "url": "https://access.redhat.com/errata/RHSA-2021:0313" }, { "category": "external", "summary": "Debian Security Advisory DLA-2645 vom 2021-04-29", "url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00032.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5635 vom 2021-02-24", "url": "https://access.redhat.com/errata/RHSA-2020:5635" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5633 vom 2021-02-24", "url": "https://access.redhat.com/errata/RHSA-2020:5633" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1779-1 vom 2021-05-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-May/008868.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1806-1 vom 2021-05-31", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-May/008895.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1808-1 vom 2021-05-31", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-May/008896.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:1807-1 vom 2021-05-31", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-May/008894.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3016 vom 2021-08-06", "url": "https://access.redhat.com/errata/RHSA-2021:3016" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-5004 vom 2021-11-05", "url": "https://linux.oracle.com/errata/ELSA-2020-5004.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4179 vom 2021-11-09", "url": "https://access.redhat.com/errata/RHSA-2021:4179" }, { "category": "external", "summary": "Debian Security Advisory DLA-2850 vom 2021-12-26", "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00014.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0633 vom 2022-02-22", "url": "https://access.redhat.com/errata/RHSA-2022:0633" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9204 vom 2022-03-10", "url": "https://linux.oracle.com/errata/ELSA-2022-9204.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0056 vom 2022-03-10", "url": "https://access.redhat.com/errata/RHSA-2022:0056" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5474-1 vom 2022-06-08", "url": "https://ubuntu.com/security/notices/USN-5474-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5234 vom 2022-06-28", "url": "https://access.redhat.com/errata/RHSA-2022:5234" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-5234 vom 2022-06-30", "url": "http://linux.oracle.com/errata/ELSA-2022-5234.html" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2022:5234 vom 2022-08-02", "url": "https://lists.centos.org/pipermail/centos-announce/2022-August/073616.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5474-2 vom 2022-08-24", "url": "https://ubuntu.com/security/notices/USN-5474-2" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20221111-0004 vom 2022-11-11", "url": "https://security.netapp.com/advisory/ntap-20221111-0004/" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-09-27T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:46:58.198+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2022-0193", "initial_release_date": "2020-11-03T23:00:00.000+00:00", "revision_history": [ { "date": "2020-11-03T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2020-11-04T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-11-10T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-11-11T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2020-11-18T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von CentOS und Red Hat aufgenommen" }, { "date": "2020-11-23T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2020-11-26T23:00:00.000+00:00", "number": "7", "summary": "Workaround von AVAYA aufgenommen" }, { "date": "2020-11-30T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-12-02T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-12-08T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2020-12-09T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von AVAYA und SUSE aufgenommen" }, { "date": "2020-12-16T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2021-01-14T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-25T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-02T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-08T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2021-02-09T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-24T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-03-21T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-03-24T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-04-08T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-04-29T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2021-05-18T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-05-19T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-05-24T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-05-26T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-05-27T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-05-31T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-08-05T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-07T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-11-09T23:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-12-26T23:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2022-02-22T23:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-09T23:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-03-10T23:00:00.000+00:00", "number": "35", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-08T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-06-28T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-29T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-08-03T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von CentOS aufgenommen" }, { "date": "2022-08-24T22:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-11-10T23:00:00.000+00:00", "number": "41", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "42" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Avaya Aura Experience Portal", "product": { "name": "Avaya Aura Experience Portal", "product_id": "T015519", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_experience_portal:-" } } } ], "category": "vendor", "name": "Avaya" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "NetApp ActiveIQ Unified Manager", "product": { "name": "NetApp ActiveIQ Unified Manager", "product_id": "658714", "product_identification_helper": { "cpe": "cpe:/a:netapp:active_iq_unified_manager:-::~~~vmware_vsphere~~" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "category": "product_name", "name": "Open Source CentOS", "product": { "name": "Open Source CentOS", "product_id": "1727", "product_identification_helper": { "cpe": "cpe:/o:centos:centos:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T014111", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-13627", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-13627" }, { "cve": "CVE-2019-14559", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-14559" }, { "cve": "CVE-2019-15165", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-15165" }, { "cve": "CVE-2019-15892", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-15892" }, { "cve": "CVE-2019-16167", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-16167" }, { "cve": "CVE-2019-16680", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-16680" }, { "cve": "CVE-2019-20446", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-20446" }, { "cve": "CVE-2019-20637", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-20637" }, { "cve": "CVE-2019-20916", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2019-20916" }, { "cve": "CVE-2020-10737", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-10737" }, { "cve": "CVE-2020-10759", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-10759" }, { "cve": "CVE-2020-11078", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-11078" }, { "cve": "CVE-2020-11653", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-11653" }, { "cve": "CVE-2020-11736", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-11736" }, { "cve": "CVE-2020-12831", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-12831" }, { "cve": "CVE-2020-14382", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-14382" }, { "cve": "CVE-2020-14928", "notes": [ { "category": "description", "text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen in den Komponenten python-pip, gnome-software, libgcrypt, cryptsetup, libpcap, resource-agents, frr, sysstat, evolution, oddjob, librsvg2, edk2, file-roller und varnish:6. Ein Angreifer kann diese Schwachstellen ausnutzen, um die Verf\u00fcgbarkeit, Integrit\u00e4t und Vertraulichkeit zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T015519", "2951", "T002207", "T000126", "398363", "658714", "1727", "T004914", "T014111" ] }, "release_date": "2020-11-03T23:00:00Z", "title": "CVE-2020-14928" } ] }
wid-sec-w-2023-1016
Vulnerability from csaf_certbund
Published
2023-04-18 22:00
Modified
2023-12-26 23:00
Summary
Oracle Fusion Middleware: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Fusion Middleware bündelt mehrere Produkte zur Erstellung, Betrieb und Management von intelligenten Business Anwendungen.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "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": "Oracle Fusion Middleware b\u00fcndelt mehrere Produkte zur Erstellung, Betrieb und Management von intelligenten Business Anwendungen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1016 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1016.json" }, { "category": "self", "summary": "WID-SEC-2023-1016 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1016" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2023 - Appendix Oracle Fusion Middleware vom 2023-04-18", "url": "https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixFMW" }, { "category": "external", "summary": "Dell Security Advisory DSA-2023-409 vom 2023-12-23", "url": "https://www.dell.com/support/kbdoc/000220669/dsa-2023-=" } ], "source_lang": "en-US", "title": "Oracle Fusion Middleware: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-12-26T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:24:31.957+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1016", "initial_release_date": "2023-04-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-04-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-12-26T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Fusion Middleware 12.2.1.3.0", "product": { "name": "Oracle Fusion Middleware 12.2.1.3.0", "product_id": "618028", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.3.0" } } }, { "category": "product_name", "name": "Oracle Fusion Middleware 12.2.1.4.0", "product": { "name": "Oracle Fusion Middleware 12.2.1.4.0", "product_id": "751674", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.4.0" } } }, { "category": "product_name", "name": "Oracle Fusion Middleware 14.1.1.0.0", "product": { "name": "Oracle Fusion Middleware 14.1.1.0.0", "product_id": "829576", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:14.1.1.0.0" } } }, { "category": "product_name", "name": "Oracle Fusion Middleware 8.5.6", "product": { "name": "Oracle Fusion Middleware 8.5.6", "product_id": "T024993", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:8.5.6" } } } ], "category": "product_name", "name": "Fusion Middleware" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-22899", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-22899" }, { "cve": "CVE-2023-21996", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21996" }, { "cve": "CVE-2023-21979", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21979" }, { "cve": "CVE-2023-21964", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21964" }, { "cve": "CVE-2023-21960", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21960" }, { "cve": "CVE-2023-21956", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21956" }, { "cve": "CVE-2023-21931", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2023-21931" }, { "cve": "CVE-2022-46908", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-46908" }, { "cve": "CVE-2022-45693", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-45693" }, { "cve": "CVE-2022-45685", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-45685" }, { "cve": "CVE-2022-45047", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-45047" }, { "cve": "CVE-2022-43551", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-42890", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-42890" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-42003" }, { "cve": "CVE-2022-41966", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-41966" }, { "cve": "CVE-2022-41881", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-41881" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-40151", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-40151" }, { "cve": "CVE-2022-40149", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-40149" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-36033", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-36033" }, { "cve": "CVE-2022-34305", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-34305" }, { "cve": "CVE-2022-33980", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-33980" }, { "cve": "CVE-2022-31160", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-31160" }, { "cve": "CVE-2022-29599", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-29599" }, { "cve": "CVE-2022-22965", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2022-22965" }, { "cve": "CVE-2021-37533", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-37533" }, { "cve": "CVE-2021-36374", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-36374" }, { "cve": "CVE-2021-36090", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-36090" }, { "cve": "CVE-2021-34798", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-34798" }, { "cve": "CVE-2021-31684", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-31684" }, { "cve": "CVE-2021-22569", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2021-22569" }, { "cve": "CVE-2020-6950", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2020-6950" }, { "cve": "CVE-2020-25638", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2020-25638" }, { "cve": "CVE-2020-13954", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2020-13954" }, { "cve": "CVE-2019-20916", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2019-20916" }, { "cve": "CVE-2018-14371", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T024993", "618028", "751674", "829576" ] }, "release_date": "2023-04-18T22:00:00Z", "title": "CVE-2018-14371" } ] }
rhsa-2020_4285
Vulnerability from csaf_redhat
Published
2020-10-19 18:08
Modified
2024-11-05 22:50
Summary
Red Hat Security Advisory: rh-python36 security, bug fix, and enhancement update
Notes
Topic
An update for rh-python36-python, rh-python36-python-pip, and rh-python36-python-virtualenv is now available for Red Hat Software Collections.
Red 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.
Details
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.
The following packages have been upgraded to a later upstream version: rh-python36-python (3.6.12). (BZ#1873080)
Security Fix(es):
* python: XSS vulnerability in the documentation XML-RPC server in server_title field (CVE-2019-16935)
* python: CRLF injection via the host part of the url passed to urlopen() (CVE-2019-18348)
* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)
* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)
* python: wrong backtracking in urllib.request.AbstractBasicAuthHandler allows for a ReDoS (CVE-2020-8492)
* python: DoS via inefficiency in IPv{4,6}Interface classes (CVE-2020-14422)
* python: CRLF injection via HTTP request method in httplib/http.client (CVE-2020-26116)
For 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.
Bug Fix(es):
* rh-python36-python-pip: Contains multiple bundled libraries, and has no bundled() provides (BZ#1774951)
* Allow rh-python36-python-pip to use system CA certificate Trust (BZ#1826520)
Terms of Use
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.
{ "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-python36-python, rh-python36-python-pip, and rh-python36-python-virtualenv 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-python36-python (3.6.12). (BZ#1873080)\n\nSecurity Fix(es):\n\n* python: XSS vulnerability in the documentation XML-RPC server in server_title field (CVE-2019-16935)\n\n* python: CRLF injection via the host part of the url passed to urlopen() (CVE-2019-18348)\n\n* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)\n\n* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)\n\n* python: wrong backtracking in urllib.request.AbstractBasicAuthHandler allows for a ReDoS (CVE-2020-8492)\n\n* python: DoS via inefficiency in IPv{4,6}Interface classes (CVE-2020-14422)\n\n* python: CRLF injection via HTTP request method in httplib/http.client (CVE-2020-26116)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* rh-python36-python-pip: Contains multiple bundled libraries, and has no bundled() provides (BZ#1774951)\n\n* Allow rh-python36-python-pip to use system CA certificate Trust (BZ#1826520)", "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-2020:4285", "url": "https://access.redhat.com/errata/RHSA-2020:4285" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1727276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1727276" }, { "category": "external", "summary": "1763229", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763229" }, { "category": "external", "summary": "1809065", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1809065" }, { "category": "external", "summary": "1826520", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826520" }, { "category": "external", "summary": "1854926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1854926" }, { "category": "external", "summary": "1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "1873080", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1873080" }, { "category": "external", "summary": "1883014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883014" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4285.json" } ], "title": "Red Hat Security Advisory: rh-python36 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T22:50:27+00:00", "generator": { "date": "2024-11-05T22:50:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:4285", "initial_release_date": "2020-10-19T18:08:32+00:00", "revision_history": [ { "date": "2020-10-19T18:08:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-10-19T18:08:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:50:27+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. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "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-Alt-RHSCL-3.5", "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 (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5", "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.5", "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.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z", "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.5-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-python36-python-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-test-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.12-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.12-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.12-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el6.src", "product": { "name": "rh-python36-python-0:3.6.12-1.el6.src", "product_id": "rh-python36-python-0:3.6.12-1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el6?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-pip-0:9.0.1-5.el6.src", "product": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.src", "product_id": "rh-python36-python-pip-0:9.0.1-5.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-pip@9.0.1-5.el6?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "product": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "product_id": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-virtualenv@15.1.0-3.el6?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el7.src", "product": { "name": "rh-python36-python-0:3.6.12-1.el7.src", "product_id": "rh-python36-python-0:3.6.12-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-pip-0:9.0.1-5.el7.src", "product": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.src", "product_id": "rh-python36-python-pip-0:9.0.1-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-pip@9.0.1-5.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "product": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "product_id": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-virtualenv@15.1.0-3.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-pip-0:9.0.1-5.el6.noarch", "product": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.noarch", "product_id": "rh-python36-python-pip-0:9.0.1-5.el6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-pip@9.0.1-5.el6?arch=noarch" } } }, { "category": "product_version", "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "product": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "product_id": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-virtualenv@15.1.0-3.el6?arch=noarch" } } }, { "category": "product_version", "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "product": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "product_id": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-pip@9.0.1-5.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "product": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "product_id": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-virtualenv@15.1.0-3.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.12-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "product": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "product_id": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.12-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.12-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "product": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "product_id": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.12-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.12-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "product_id": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.12-1.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el6.noarch", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el6.noarch", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-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.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-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.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.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.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.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.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-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.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-pip-0:9.0.1-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src" }, "product_reference": "rh-python36-python-pip-0:9.0.1-5.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" }, "product_reference": "rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-16935", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1763229" } ], "notes": [ { "category": "description", "text": "A reflected cross-site scripting (XSS) vulnerability was found in Python XML-RPC server. The `server_title` field is not sufficiently sanitized allowing malicious JavaScript to be injected. Successful exploitation would allow a remote attacker to execute JavaScript code within the context of the affected user.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: XSS vulnerability in the documentation XML-RPC server in server_title field", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw does not affect the versions of python27-python as shipped with Red Hat Software Collections 3 as they already include the fix.\nThis flaw does not affect the versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 as they are \"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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "RHBZ#1763229", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763229" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16935", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16935" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935" } ], "release_date": "2019-09-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" } ], "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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: XSS vulnerability in the documentation XML-RPC server in server_title field" }, { "cve": "CVE-2019-18348", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-07-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1727276" } ], "notes": [ { "category": "description", "text": "A CRLF injection flaw was discovered in python in the way URLs are handled when doing an HTTP/HTTPS connection (e.g. through urlopen() or HTTPConnection). An attacker who can control the url parameter passed to urlopen method in the urllib/urllib2 modules can inject CRLF sequences and HTTP headers by abusing the \"host\" part of the URL.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the host part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the versions of python and python3 as shipped with Red Hat Enterprise Linux 7.7 and above because glibc flaw CVE-2016-10739 was fixed in RHSA-2019:2118-03, which makes this bug not exploitable.\n\nThis issue does not affect the versions of python and python3 as shipped with Red Hat Enterprise Linux 8 because glibc is not vulnerable to CVE-2016-10739, making this bug not exploitable.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18348" }, { "category": "external", "summary": "RHBZ#1727276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1727276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18348", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18348" } ], "release_date": "2019-07-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the host part of the url passed to urlopen()" }, { "cve": "CVE-2019-20907", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2020-07-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1856481" } ], "notes": [ { "category": "description", "text": "A flaw was found in python. In Lib/tarfile.py an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: infinite loop in the tarfile module via crafted TAR archive", "title": "Vulnerability summary" }, { "category": "other", "text": "A service is vulnerable if it uses python\u0027s tarfile module to open untrusted tar files. If an attacker is able to submit a crafted tar file to a service which uses the tarfile module to open it, an infinite loop will be executed, potentially causing a denial of service. The tarfile module is included with python.\n\nVersions 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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "RHBZ#1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20907", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907" } ], "release_date": "2019-12-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" }, { "category": "workaround", "details": "This flaw can be mitigated by not opening untrusted files with tarfile.", "product_ids": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: infinite loop in the tarfile module via crafted TAR archive" }, { "cve": "CVE-2019-20916", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-08-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868135" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pip package installer for Python when downloading or installing a remote package via a specified URL. Improper validation of the \"Content-Disposition\" HTTP response header makes a path traversal attack possible, leading to an arbitrary file overwrite. This flaw allows an attacker who controls a malicious server to execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue has been rated as having Moderate impact because of the preconditions needed to trigger the flaw: it only affects Python Wheels and requires the user to pip-install a wheel from a malicious server. Installing software from untrusted servers is insecure by definition and strongly discouraged, as it may lead to system compromise regardless of this CVE.\n\nThis flaw did not affect the versions of `python-pip` in Python 3.8 as shipped with Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fix for this CVE.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "RHBZ#1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20916", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" } ], "release_date": "2019-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" }, { "category": "workaround", "details": "Avoid downloading or installing packages from potentially malicious servers via the command-line \"pip download\" or \"pip install\".", "product_ids": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py" }, { "cve": "CVE-2020-8492", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2020-03-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1809065" } ], "notes": [ { "category": "description", "text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: wrong backtracking in urllib.request.AbstractBasicAuthHandler allows for a ReDoS", "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\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as notaffected 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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-8492" }, { "category": "external", "summary": "RHBZ#1809065", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1809065" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-8492", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8492" } ], "release_date": "2020-03-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" } ], "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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: wrong backtracking in urllib.request.AbstractBasicAuthHandler allows for a ReDoS" }, { "cve": "CVE-2020-14422", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2020-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1854926" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the way the ipaddress python module computes hash values in the IPv4Interface and IPv6Interface classes. This flaw allows an attacker to create many dictionary entries, due to the performance of a dictionary containing the IPv4Interface or IPv6Interface objects, possibly resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: DoS via inefficiency in IPv{4,6}Interface classes", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat Enterprise Linux, python3 includes the ipaddress module by default, while for python2 a separate package, python-ipaddress, needs to be installed for the module to be used. Moreover, the ipaddress module is included in other packages as well, like python-pip.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-14422" }, { "category": "external", "summary": "RHBZ#1854926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1854926" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-14422", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14422" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-14422", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-14422" } ], "release_date": "2020-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" }, { "category": "workaround", "details": "As a short term solution, if your application is using the IPv4Interface/IPv6Interface classes as keys of a dictionary, it is possible to patch the __hash__ method of those classes to not be constant.\n```\nIPv4Interface.__hash__ = lambda self: hash((self._ip, self._prefixlen, int(self.network.network_address)))\nIPv6Interface.__hash__ = lambda self: hash((self._ip, self._prefixlen, int(self.network.network_address)))\n```", "product_ids": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: DoS via inefficiency in IPv{4,6}Interface classes" }, { "cve": "CVE-2020-26116", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2020-09-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1883014" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python. The built-in modules httplib and http.client (included in Python 2 and Python 3, respectively) do not properly validate CRLF sequences in the HTTP request method, potentially allowing manipulation to the request by injecting additional HTTP headers. The highest threat from this vulnerability is to confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via HTTP request method in httplib/http.client", "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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-26116" }, { "category": "external", "summary": "RHBZ#1883014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883014" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-26116", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26116" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/http-header-injection-method.html", "url": "https://python-security.readthedocs.io/vuln/http-header-injection-method.html" } ], "release_date": "2020-02-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-19T18:08: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": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el6.src", "6Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el6.x86_64", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.noarch", "6Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el6.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-Alt-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-Alt-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Server-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Server-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Server-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debug-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-debuginfo-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-devel-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-libs-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-pip-0:9.0.1-5.el7.src", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-test-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tkinter-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.aarch64", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.ppc64le", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.s390x", "7Workstation-RHSCL-3.5:rh-python36-python-tools-0:3.6.12-1.el7.x86_64", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.noarch", "7Workstation-RHSCL-3.5:rh-python36-python-virtualenv-0:15.1.0-3.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via HTTP request method in httplib/http.client" } ] }
rhsa-2020_4432
Vulnerability from csaf_redhat
Published
2020-11-04 00:53
Modified
2024-11-05 22:52
Summary
Red Hat Security Advisory: python-pip security update
Notes
Topic
An update for python-pip is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI). pip is a recursive acronym that can stand for either "Pip Installs Packages" or "Pip Installs Python".
Security Fix(es):
* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from the References section.
Terms of Use
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.
{ "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-pip 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": "pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI). pip is a recursive acronym that can stand for either \"Pip Installs Packages\" or \"Pip Installs Python\". \n\nSecurity Fix(es):\n\n* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)\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.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:4432", "url": "https://access.redhat.com/errata/RHSA-2020:4432" }, { "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.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/index" }, { "category": "external", "summary": "1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4432.json" } ], "title": "Red Hat Security Advisory: python-pip security update", "tracking": { "current_release_date": "2024-11-05T22:52:52+00:00", "generator": { "date": "2024-11-05T22:52:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:4432", "initial_release_date": "2020-11-04T00:53:50+00:00", "revision_history": [ { "date": "2020-11-04T00:53:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-11-04T00:53:50+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:52:52+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.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-pip-0:9.0.3-18.el8.noarch", "product": { "name": "platform-python-pip-0:9.0.3-18.el8.noarch", "product_id": "platform-python-pip-0:9.0.3-18.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-pip@9.0.3-18.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-pip-wheel-0:9.0.3-18.el8.noarch", "product": { "name": "python3-pip-wheel-0:9.0.3-18.el8.noarch", "product_id": "python3-pip-wheel-0:9.0.3-18.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pip-wheel@9.0.3-18.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-pip-0:9.0.3-18.el8.noarch", "product": { "name": "python3-pip-0:9.0.3-18.el8.noarch", "product_id": "python3-pip-0:9.0.3-18.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pip@9.0.3-18.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python-pip-0:9.0.3-18.el8.src", "product": { "name": "python-pip-0:9.0.3-18.el8.src", "product_id": "python-pip-0:9.0.3-18.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pip@9.0.3-18.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-pip-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch" }, "product_reference": "platform-python-pip-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-pip-0:9.0.3-18.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python-pip-0:9.0.3-18.el8.src" }, "product_reference": "python-pip-0:9.0.3-18.el8.src", "relates_to_product_reference": "AppStream-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pip-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch" }, "product_reference": "python3-pip-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pip-wheel-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" }, "product_reference": "python3-pip-wheel-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-pip-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch" }, "product_reference": "platform-python-pip-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-pip-0:9.0.3-18.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:python-pip-0:9.0.3-18.el8.src" }, "product_reference": "python-pip-0:9.0.3-18.el8.src", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pip-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch" }, "product_reference": "python3-pip-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pip-wheel-0:9.0.3-18.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" }, "product_reference": "python3-pip-wheel-0:9.0.3-18.el8.noarch", "relates_to_product_reference": "BaseOS-8.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20916", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-08-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868135" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pip package installer for Python when downloading or installing a remote package via a specified URL. Improper validation of the \"Content-Disposition\" HTTP response header makes a path traversal attack possible, leading to an arbitrary file overwrite. This flaw allows an attacker who controls a malicious server to execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue has been rated as having Moderate impact because of the preconditions needed to trigger the flaw: it only affects Python Wheels and requires the user to pip-install a wheel from a malicious server. Installing software from untrusted servers is insecure by definition and strongly discouraged, as it may lead to system compromise regardless of this CVE.\n\nThis flaw did not affect the versions of `python-pip` in Python 3.8 as shipped with Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fix for this CVE.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "AppStream-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "BaseOS-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "RHBZ#1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20916", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" } ], "release_date": "2019-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T00:53:50+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "AppStream-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "BaseOS-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4432" }, { "category": "workaround", "details": "Avoid downloading or installing packages from potentially malicious servers via the command-line \"pip download\" or \"pip install\".", "product_ids": [ "AppStream-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "AppStream-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "BaseOS-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "AppStream-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "AppStream-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:platform-python-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python-pip-0:9.0.3-18.el8.src", "BaseOS-8.3.0.GA:python3-pip-0:9.0.3-18.el8.noarch", "BaseOS-8.3.0.GA:python3-pip-wheel-0:9.0.3-18.el8.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py" } ] }
rhsa-2022_5234
Vulnerability from csaf_redhat
Published
2022-06-28 12:28
Modified
2024-11-06 01:07
Summary
Red Hat Security Advisory: python-virtualenv security update
Notes
Topic
An update for python-virtualenv is now available for Red Hat Enterprise Linux 7.
Red 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.
Details
The virtualenv tool creates isolated Python environments. The virtualenv tool is a successor to workingenv, and an extension of virtual-python.
Security Fix(es):
* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)
For 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.
Terms of Use
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.
{ "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-virtualenv is now available for Red Hat Enterprise Linux 7.\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 virtualenv tool creates isolated Python environments. The virtualenv tool is a successor to workingenv, and an extension of virtual-python.\n\nSecurity Fix(es):\n\n* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:5234", "url": "https://access.redhat.com/errata/RHSA-2022:5234" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5234.json" } ], "title": "Red Hat Security Advisory: python-virtualenv security update", "tracking": { "current_release_date": "2024-11-06T01:07:44+00:00", "generator": { "date": "2024-11-06T01:07:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:5234", "initial_release_date": "2022-06-28T12:28:58+00:00", "revision_history": [ { "date": "2022-06-28T12:28:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-06-28T12:28:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:07:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-virtualenv-0:15.1.0-7.el7_9.src", "product": { "name": "python-virtualenv-0:15.1.0-7.el7_9.src", "product_id": "python-virtualenv-0:15.1.0-7.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-7.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "product": { "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "product_id": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-7.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.noarch", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-7.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" }, "product_reference": "python-virtualenv-0:15.1.0-7.el7_9.src", "relates_to_product_reference": "7Workstation-7.9.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20916", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-08-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868135" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pip package installer for Python when downloading or installing a remote package via a specified URL. Improper validation of the \"Content-Disposition\" HTTP response header makes a path traversal attack possible, leading to an arbitrary file overwrite. This flaw allows an attacker who controls a malicious server to execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue has been rated as having Moderate impact because of the preconditions needed to trigger the flaw: it only affects Python Wheels and requires the user to pip-install a wheel from a malicious server. Installing software from untrusted servers is insecure by definition and strongly discouraged, as it may lead to system compromise regardless of this CVE.\n\nThis flaw did not affect the versions of `python-pip` in Python 3.8 as shipped with Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fix for this CVE.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "RHBZ#1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20916", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" } ], "release_date": "2019-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-28T12:28:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5234" }, { "category": "workaround", "details": "Avoid downloading or installing packages from potentially malicious servers via the command-line \"pip download\" or \"pip install\".", "product_ids": [ "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Client-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7ComputeNode-optional-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Server-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.noarch", "7Workstation-7.9.Z:python-virtualenv-0:15.1.0-7.el7_9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py" } ] }
rhsa-2020_4654
Vulnerability from csaf_redhat
Published
2020-11-04 01:25
Modified
2024-11-05 22:55
Summary
Red Hat Security Advisory: python27:2.7 security update
Notes
Topic
An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language that supports modules, classes, exceptions, high-level dynamic data types, and dynamic typing. The python27 packages provide a stable release of Python 2.7 with a number of additional utilities and database connectors for MySQL and PostgreSQL.
Security Fix(es):
* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)
* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from the References section.
Terms of Use
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.
{ "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 that supports modules, classes, exceptions, high-level dynamic data types, and dynamic typing. The python27 packages provide a stable release of Python 2.7 with a number of additional utilities and database connectors for MySQL and PostgreSQL.\n\nSecurity Fix(es):\n\n* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)\n\n* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)\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.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:4654", "url": "https://access.redhat.com/errata/RHSA-2020:4654" }, { "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.3_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/" }, { "category": "external", "summary": "1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4654.json" } ], "title": "Red Hat Security Advisory: python27:2.7 security update", "tracking": { "current_release_date": "2024-11-05T22:55:30+00:00", "generator": { "date": "2024-11-05T22:55:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:4654", "initial_release_date": "2020-11-04T01:25:20+00:00", "revision_history": [ { "date": "2020-11-04T01:25:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-11-04T01:25:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:55: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.3.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:8030020200819165638:851f4228", "product": { "name": "python27:2.7:8030020200819165638:851f4228", "product_id": "python27:2.7:8030020200819165638:851f4228", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python27@2.7:8030020200819165638:851f4228" } } }, { "category": "product_version", "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose-docs@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-9.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports-ssl_match_hostname@3.5.0.1-11.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-8.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-jinja2@2.10-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-30.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-nose@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product": { "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product_id": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-doc@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-20.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pygments@2.2.0-20.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-12.module+el8.3.0+7075+8484f0d0.noarch", "product": { "name": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "product_id": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-12.module%2Bel8.3.0%2B7075%2B8484f0d0?arch=noarch" } } }, { "category": "product_version", "name": "python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "product": { "name": "python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "product_id": "python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-12.module%2Bel8.3.0%2B7075%2B8484f0d0?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-5.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-six@1.11.0-5.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product": { "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product_id": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-urllib3@1.24.2-1.module%2Bel8.1.0%2B3280%2B19512f10?arch=noarch" } } }, { "category": "product_version", "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product": { "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product_id": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-virtualenv@15.1.0-19.module%2Bel8.1.0%2B3507%2Bd69c168d?arch=noarch" } } }, { "category": "product_version", "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product": { "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_id": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product": { "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_id": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-wheel-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?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-9.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "product_id": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product": { "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product_id": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-15.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-backports-ssl_match_hostname@3.5.0.1-11.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-8.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-30.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-20.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pygments@2.2.0-20.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product": { "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product_id": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-six@1.11.0-5.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-1.module+el8.1.0+3280+19512f10.src", "product": { "name": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "product_id": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.24.2-1.module%2Bel8.1.0%2B3280%2B19512f10?arch=src" } } }, { "category": "product_version", "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product": { "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product_id": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-19.module%2Bel8.1.0%2B3507%2Bd69c168d?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product": { "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product_id": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "product": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "product_id": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?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-12.module+el8.3.0+7075+8484f0d0.src", "product": { "name": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "product_id": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-12.module%2Bel8.3.0%2B7075%2B8484f0d0?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-20.module+el8.1.0+3323+7ac3e00f.src", "product": { "name": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "product_id": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "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-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?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-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_id": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "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-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?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-15.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_id": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "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-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?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-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_id": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "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-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?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-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?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-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?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.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_id": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-2.module%2Bel8.3.0%2B7681%2Bf1f02ded?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, "product_reference": "python27:2.7:8030020200819165638:851f4228", "relates_to_product_reference": "AppStream-8.3.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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src" }, "product_reference": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src" }, "product_reference": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src" }, "product_reference": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src" }, "product_reference": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src" }, "product_reference": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src" }, "product_reference": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch" }, "product_reference": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch" }, "product_reference": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src" }, "product_reference": "python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch" }, "product_reference": "python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64" }, "product_reference": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le" }, "product_reference": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x" }, "product_reference": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64" }, "product_reference": "python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch" }, "product_reference": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch" }, "product_reference": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch" }, "product_reference": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch" }, "product_reference": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "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:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228: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.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src" }, "product_reference": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8030020200819165638:851f4228 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20907", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2020-07-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1856481" } ], "notes": [ { "category": "description", "text": "A flaw was found in python. In Lib/tarfile.py an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: infinite loop in the tarfile module via crafted TAR archive", "title": "Vulnerability summary" }, { "category": "other", "text": "A service is vulnerable if it uses python\u0027s tarfile module to open untrusted tar files. If an attacker is able to submit a crafted tar file to a service which uses the tarfile module to open it, an infinite loop will be executed, potentially causing a denial of service. The tarfile module is included with python.\n\nVersions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "RHBZ#1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20907", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907" } ], "release_date": "2019-12-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T01:25:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4654" }, { "category": "workaround", "details": "This flaw can be mitigated by not opening untrusted files with tarfile.", "product_ids": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.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.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: infinite loop in the tarfile module via crafted TAR archive" }, { "cve": "CVE-2019-20916", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-08-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868135" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pip package installer for Python when downloading or installing a remote package via a specified URL. Improper validation of the \"Content-Disposition\" HTTP response header makes a path traversal attack possible, leading to an arbitrary file overwrite. This flaw allows an attacker who controls a malicious server to execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue has been rated as having Moderate impact because of the preconditions needed to trigger the flaw: it only affects Python Wheels and requires the user to pip-install a wheel from a malicious server. Installing software from untrusted servers is insecure by definition and strongly discouraged, as it may lead to system compromise regardless of this CVE.\n\nThis flaw did not affect the versions of `python-pip` in Python 3.8 as shipped with Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fix for this CVE.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "RHBZ#1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20916", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" } ], "release_date": "2019-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T01:25:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4654" }, { "category": "workaround", "details": "Avoid downloading or installing packages from potentially malicious servers via the command-line \"pip download\" or \"pip install\".", "product_ids": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debug-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debuginfo-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-debugsource-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-devel-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-libs-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools-wheel-0:39.0.1-12.module+el8.3.0+7075+8484f0d0.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-test-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tkinter-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-tools-0:2.7.17-2.module+el8.3.0+7681+f1f02ded.x86_64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.3.0.GA:python27:2.7:8030020200819165638:851f4228:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py" } ] }
rhsa-2020_4273
Vulnerability from csaf_redhat
Published
2020-10-20 16:03
Modified
2024-11-05 22:50
Summary
Red Hat Security Advisory: python27 security, bug fix, and enhancement update
Notes
Topic
An update for python27-python, python27-python-pip, and python27-python-virtualenv is now available for Red Hat Software Collections.
Red 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.
Details
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.
The following packages have been upgraded to a later upstream version: python27-python (2.7.18). (BZ#1882656)
Security Fix(es):
* python: CRLF injection via the host part of the url passed to urlopen() (CVE-2019-18348)
* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)
* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)
* python: CRLF injection via HTTP request method in httplib/http.client (CVE-2020-26116)
For 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.
Bug Fix(es):
* python27-python-pip: Bundles own CA bundle instead of using system CA bundle (BZ#1882668)
* python27-python-pip: Contains multiple bundled libraries, and has no bundled() provides (BZ#1882669)
Terms of Use
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.
{ "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-python, python27-python-pip, and python27-python-virtualenv 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: python27-python (2.7.18). (BZ#1882656)\n\nSecurity Fix(es):\n\n* python: CRLF injection via the host part of the url passed to urlopen() (CVE-2019-18348)\n\n* python: infinite loop in the tarfile module via crafted TAR archive (CVE-2019-20907)\n\n* python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py (CVE-2019-20916)\n\n* python: CRLF injection via HTTP request method in httplib/http.client (CVE-2020-26116)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* python27-python-pip: Bundles own CA bundle instead of using system CA bundle (BZ#1882668)\n\n* python27-python-pip: Contains multiple bundled libraries, and has no bundled() provides (BZ#1882669)", "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-2020:4273", "url": "https://access.redhat.com/errata/RHSA-2020:4273" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1727276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1727276" }, { "category": "external", "summary": "1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "1882656", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1882656" }, { "category": "external", "summary": "1883014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883014" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4273.json" } ], "title": "Red Hat Security Advisory: python27 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T22:50:52+00:00", "generator": { "date": "2024-11-05T22:50:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:4273", "initial_release_date": "2020-10-20T16:03:31+00:00", "revision_history": [ { "date": "2020-10-20T16:03:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-10-20T16:03:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:50:52+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-Alt-RHSCL-3.5", "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 (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5", "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.5", "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.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z", "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.5-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-pip-0:8.1.2-6.el7.noarch", "product": { "name": "python27-python-pip-0:8.1.2-6.el7.noarch", "product_id": "python27-python-pip-0:8.1.2-6.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-pip@8.1.2-6.el7?arch=noarch" } } }, { "category": "product_version", "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "product": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "product_id": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-virtualenv@13.1.0-4.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python27-python-pip-0:8.1.2-6.el7.src", "product": { "name": "python27-python-pip-0:8.1.2-6.el7.src", "product_id": "python27-python-pip-0:8.1.2-6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-pip@8.1.2-6.el7?arch=src" } } }, { "category": "product_version", "name": "python27-python-virtualenv-0:13.1.0-4.el7.src", "product": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.src", "product_id": "python27-python-virtualenv-0:13.1.0-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-virtualenv@13.1.0-4.el7?arch=src" } } }, { "category": "product_version", "name": "python27-python-0:2.7.18-2.el7.src", "product": { "name": "python27-python-0:2.7.18-2.el7.src", "product_id": "python27-python-0:2.7.18-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.18-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-test-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-test-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "product_id": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "product": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "product_id": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-0:2.7.18-2.el7.s390x", "product_id": "python27-python-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-debug-0:2.7.18-2.el7.s390x", "product_id": "python27-python-debug-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-devel-0:2.7.18-2.el7.s390x", "product_id": "python27-python-devel-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-libs-0:2.7.18-2.el7.s390x", "product_id": "python27-python-libs-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-test-0:2.7.18-2.el7.s390x", "product_id": "python27-python-test-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-tools-0:2.7.18-2.el7.s390x", "product_id": "python27-python-tools-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.18-2.el7.s390x", "product": { "name": "python27-tkinter-0:2.7.18-2.el7.s390x", "product_id": "python27-tkinter-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "product": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "product_id": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-debug-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-debug-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-devel-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-devel-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-libs-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-libs-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-test-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-test-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-tools-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-tools-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-tkinter-0:2.7.18-2.el7.x86_64", "product_id": "python27-tkinter-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "product": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "product_id": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src" }, "product_reference": "python27-python-0:2.7.18-2.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src" }, "product_reference": "python27-python-0:2.7.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5-7.7.Z:python27-python-0:2.7.18-2.el7.src" }, "product_reference": "python27-python-0:2.7.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-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.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-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.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-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.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-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.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-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.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-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.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-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.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-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.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-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.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-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.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-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.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-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.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-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.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-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.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-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.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-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.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-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.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-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.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-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.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-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.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.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.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.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.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-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.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-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.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-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.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src" }, "product_reference": "python27-python-0:2.7.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5:python27-python-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-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.5:python27-python-debug-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-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.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-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.5:python27-python-devel-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-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.5:python27-python-libs-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-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.5:python27-python-test-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-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.5:python27-python-tools-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-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.5:python27-tkinter-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src" }, "product_reference": "python27-python-0:2.7.18-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.18-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.5:python27-python-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.18-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.5:python27-python-debug-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.18-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.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.18-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.5:python27-python-devel-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.18-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.5:python27-python-libs-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-pip-0:8.1.2-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src" }, "product_reference": "python27-python-pip-0:8.1.2-6.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.18-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.5:python27-python-test-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.18-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.5:python27-python-tools-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-virtualenv-0:13.1.0-4.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src" }, "product_reference": "python27-python-virtualenv-0:13.1.0-4.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.5" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.18-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.5:python27-tkinter-0:2.7.18-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18348", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-07-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1727276" } ], "notes": [ { "category": "description", "text": "A CRLF injection flaw was discovered in python in the way URLs are handled when doing an HTTP/HTTPS connection (e.g. through urlopen() or HTTPConnection). An attacker who can control the url parameter passed to urlopen method in the urllib/urllib2 modules can inject CRLF sequences and HTTP headers by abusing the \"host\" part of the URL.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the host part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the versions of python and python3 as shipped with Red Hat Enterprise Linux 7.7 and above because glibc flaw CVE-2016-10739 was fixed in RHSA-2019:2118-03, which makes this bug not exploitable.\n\nThis issue does not affect the versions of python and python3 as shipped with Red Hat Enterprise Linux 8 because glibc is not vulnerable to CVE-2016-10739, making this bug not exploitable.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18348" }, { "category": "external", "summary": "RHBZ#1727276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1727276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18348", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18348" } ], "release_date": "2019-07-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-20T16:03:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4273" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the host part of the url passed to urlopen()" }, { "cve": "CVE-2019-20907", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2020-07-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1856481" } ], "notes": [ { "category": "description", "text": "A flaw was found in python. In Lib/tarfile.py an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: infinite loop in the tarfile module via crafted TAR archive", "title": "Vulnerability summary" }, { "category": "other", "text": "A service is vulnerable if it uses python\u0027s tarfile module to open untrusted tar files. If an attacker is able to submit a crafted tar file to a service which uses the tarfile module to open it, an infinite loop will be executed, potentially causing a denial of service. The tarfile module is included with python.\n\nVersions 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-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "RHBZ#1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20907", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907" } ], "release_date": "2019-12-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-20T16:03:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4273" }, { "category": "workaround", "details": "This flaw can be mitigated by not opening untrusted files with tarfile.", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.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-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: infinite loop in the tarfile module via crafted TAR archive" }, { "cve": "CVE-2019-20916", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-08-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868135" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pip package installer for Python when downloading or installing a remote package via a specified URL. Improper validation of the \"Content-Disposition\" HTTP response header makes a path traversal attack possible, leading to an arbitrary file overwrite. This flaw allows an attacker who controls a malicious server to execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue has been rated as having Moderate impact because of the preconditions needed to trigger the flaw: it only affects Python Wheels and requires the user to pip-install a wheel from a malicious server. Installing software from untrusted servers is insecure by definition and strongly discouraged, as it may lead to system compromise regardless of this CVE.\n\nThis flaw did not affect the versions of `python-pip` in Python 3.8 as shipped with Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fix for this CVE.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "RHBZ#1868135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868135" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20916", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" } ], "release_date": "2019-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-20T16:03:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4273" }, { "category": "workaround", "details": "Avoid downloading or installing packages from potentially malicious servers via the command-line \"pip download\" or \"pip install\".", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pip: directory traversal in _download_http_url() function in src/pip/_internal/download.py" }, { "cve": "CVE-2020-26116", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2020-09-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1883014" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python. The built-in modules httplib and http.client (included in Python 2 and Python 3, respectively) do not properly validate CRLF sequences in the HTTP request method, potentially allowing manipulation to the request by injecting additional HTTP headers. The highest threat from this vulnerability is to confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via HTTP request method in httplib/http.client", "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-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-26116" }, { "category": "external", "summary": "RHBZ#1883014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883014" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-26116", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26116" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26116", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26116" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/http-header-injection-method.html", "url": "https://python-security.readthedocs.io/vuln/http-header-injection-method.html" } ], "release_date": "2020-02-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-10-20T16:03:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4273" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-Alt-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-Alt-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.6.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.6.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5-7.7.Z:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5-7.7.Z:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Server-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Server-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Server-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Server-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.src", "7Workstation-RHSCL-3.5:python27-python-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debug-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-debuginfo-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-devel-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-libs-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-pip-0:8.1.2-6.el7.src", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-test-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-python-tools-0:2.7.18-2.el7.x86_64", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.noarch", "7Workstation-RHSCL-3.5:python27-python-virtualenv-0:13.1.0-4.el7.src", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.ppc64le", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.s390x", "7Workstation-RHSCL-3.5:python27-tkinter-0:2.7.18-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via HTTP request method in httplib/http.client" } ] }
ghsa-gpvv-69j7-gwj8
Vulnerability from github
Published
2021-06-09 17:35
Modified
2024-10-11 21:08
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
Summary
Path Traversal in pip
Details
The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py. A fix was committed 6704f2ace.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "pip" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "19.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-20916" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2021-05-04T22:55:04Z", "nvd_published_at": "2020-09-04T20:15:00Z", "severity": "HIGH" }, "details": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py. A fix was committed 6704f2ace.", "id": "GHSA-gpvv-69j7-gwj8", "modified": "2024-10-11T21:08:14Z", "published": "2021-06-09T17:35:04Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20916" }, { "type": "WEB", "url": "https://github.com/pypa/pip/issues/6413" }, { "type": "WEB", "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-gpvv-69j7-gwj8" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2020-173.yaml" }, { "type": "WEB", "url": "https://github.com/pypa/pip" }, { "type": "WEB", "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpujul2022.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Path Traversal in pip" }
pysec-2020-173
Vulnerability from pysec
Published
2020-09-04 20:15
Modified
2021-03-15 16:18
Details
The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "pip", "purl": "pkg:pypi/pip" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "a4c735b14a62f9cb864533808ac63936704f2ace" } ], "repo": "https://github.com/gzpan123/pip", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "19.2" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.2", "0.2.1", "0.3", "0.3.1", "0.4", "0.5", "0.5.1", "0.6", "0.6.1", "0.6.2", "0.6.3", "0.7", "0.7.1", "0.7.2", "0.8", "0.8.1", "0.8.2", "0.8.3", "1.0", "1.0.1", "1.0.2", "1.1", "1.2", "1.2.1", "1.3", "1.3.1", "1.4", "1.4.1", "1.5", "1.5.1", "1.5.2", "1.5.3", "1.5.4", "1.5.5", "1.5.6", "6.0", "6.0.1", "6.0.2", "6.0.3", "6.0.4", "6.0.5", "6.0.6", "6.0.7", "6.0.8", "6.1.0", "6.1.1", "7.0.0", "7.0.1", "7.0.2", "7.0.3", "7.1.0", "7.1.1", "7.1.2", "8.0.0", "8.0.1", "8.0.2", "8.0.3", "8.1.0", "8.1.1", "8.1.2", "9.0.0", "9.0.1", "9.0.2", "9.0.3", "10.0.0b1", "10.0.0b2", "10.0.0", "10.0.1", "18.0", "18.1", "19.0", "19.0.1", "19.0.2", "19.0.3", "19.1", "19.1.1" ] } ], "aliases": [ "CVE-2019-20916", "GHSA-gpvv-69j7-gwj8" ], "details": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.", "id": "PYSEC-2020-173", "modified": "2021-03-15T16:18:00Z", "published": "2020-09-04T20:15:00Z", "references": [ { "type": "REPORT", "url": "https://github.com/pypa/pip/issues/6413" }, { "type": "FIX", "url": "https://github.com/gzpan123/pip/commit/a4c735b14a62f9cb864533808ac63936704f2ace" }, { "type": "WEB", "url": "https://github.com/pypa/pip/compare/19.1.1...19.2" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00010.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00005.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00010.html" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-gpvv-69j7-gwj8" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.