Action not permitted
Modal body text goes here.
cve-2018-20852
Vulnerability from cvelistv5
Published
2019-07-13 20:29
Modified
2024-08-05 12:12
Severity ?
EPSS score ?
Summary
http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T12:12:29.756Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.python.org/issue35121" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202003-26" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-08-22T16:06:16", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.python.org/issue35121" }, { "tags": [ "x_refsource_MISC" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202003-26" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852", "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": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2020.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2018-20852", "datePublished": "2019-07-13T20:29:42", "dateReserved": "2019-07-13T00:00:00", "dateUpdated": "2024-08-05T12:12:29.756Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2018-20852\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-07-13T21:15:10.377\",\"lastModified\":\"2023-11-07T02:56:21.703\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.\"},{\"lang\":\"es\",\"value\":\"http.cookiejar.DefaultPolicy.domain_return_ok en Lib / http / cookiejar.py en Python en versiones anteriores a la 3.7.3 no valida correctamente el dominio: se puede enga\u00f1ar para que env\u00ede las cookies existentes al servidor incorrecto. Un atacante puede abusar de este fallo al usar un servidor con un nombre de host que tiene otro nombre de host v\u00e1lido como sufijo (por ejemplo, pythonicexample.com para robar cookies para example.com). Cuando un programa utiliza http.cookiejar.DefaultPolicy e intenta hacer una conexi\u00f3n HTTP a un servidor controlado por un atacante, las cookies existentes pueden ser filtradas al atacante. Esto afecta a la versi\u00f3n 2.x hasta la versi\u00f3n 2.7.16, versi\u00f3n 3.x en versiones anteriores a la 3.4.10, versi\u00f3n 3.5.x en versiones anteriores a la 3.5.7, versi\u00f3n 3.6.x en versiones anteriores a la 3.6.9 y versi\u00f3n 3.7.x en versiones anteriores a la 3.7.3.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"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-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndIncluding\":\"2.7.16\",\"matchCriteriaId\":\"573B27AF-F9CA-4DA8-89B2-6AD6D61CDFDE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.4.10\",\"matchCriteriaId\":\"C1E55AC4-366D-497C-A541-A7BA86084846\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.7\",\"matchCriteriaId\":\"BA03C7E0-BBBD-48B7-8B55-D21114F7AE78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.9\",\"matchCriteriaId\":\"2C052B2D-757B-4342-8BE9-510A08599779\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.7.0\",\"versionEndExcluding\":\"3.7.3\",\"matchCriteriaId\":\"4C910F83-E507-4572-93B0-740BFBA89B7A\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3725\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3948\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://bugs.python.org/issue35121\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://python-security.readthedocs.io/vuln/cookie-domain-check.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-26\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://usn.ubuntu.com/4127-1/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://usn.ubuntu.com/4127-2/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2020.html\",\"source\":\"cve@mitre.org\"}]}}" } }
ghsa-p5ff-6x75-2mgp
Vulnerability from github
Published
2022-05-24 16:50
Modified
2024-04-04 01:15
Severity ?
Details
http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.
{ "affected": [], "aliases": [ "CVE-2018-20852" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2019-07-13T21:15:00Z", "severity": "MODERATE" }, "details": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GHSA-p5ff-6x75-2mgp", "modified": "2024-04-04T01:15:38Z", "published": "2022-05-24T16:50:12Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4127-2" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4127-1" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-26" }, { "type": "WEB", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "type": "WEB", "url": "https://bugs.python.org/issue35121" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ] }
rhsa-2020_1764
Vulnerability from csaf_redhat
Published
2020-04-28 15:42
Modified
2024-11-05 22:08
Summary
Red Hat Security Advisory: python3 security and bug fix update
Notes
Topic
An update for python3 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, 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.
Security Fix(es):
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
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.2 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 python3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems. \n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\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.2 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1764", "url": "https://access.redhat.com/errata/RHSA-2020:1764" }, { "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.2_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index" }, { "category": "external", "summary": "1712977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1712977" }, { "category": "external", "summary": "1714733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1714733" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749576" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "1756217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756217" }, { "category": "external", "summary": "1761599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761599" }, { "category": "external", "summary": "1774471", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774471" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1764.json" } ], "title": "Red Hat Security Advisory: python3 security and bug fix update", "tracking": { "current_release_date": "2024-11-05T22:08:20+00:00", "generator": { "date": "2024-11-05T22:08:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:1764", "initial_release_date": "2020-04-28T15:42:47+00:00", "revision_history": [ { "date": "2020-04-28T15:42:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-28T15:42:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:08:20+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.2.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.2.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-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-0:3.6.8-23.el8.i686", "product_id": "platform-python-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.i686", "product_id": "platform-python-debug-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.i686", "product_id": "platform-python-devel-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.i686", "product": { "name": "python3-idle-0:3.6.8-23.el8.i686", "product_id": "python3-idle-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.i686", "product": { "name": "python3-test-0:3.6.8-23.el8.i686", "product_id": "python3-test-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.i686", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.i686", "product_id": "python3-tkinter-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.i686", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.i686", "product_id": "python3-debugsource-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.i686", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686", "product_id": "python3-debuginfo-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.i686", "product": { "name": "python3-libs-0:3.6.8-23.el8.i686", "product_id": "python3-libs-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-idle-0:3.6.8-23.el8.x86_64", "product_id": "python3-idle-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product_id": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product_id": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product_id": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-libs-0:3.6.8-23.el8.x86_64", "product_id": "python3-libs-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-test-0:3.6.8-23.el8.x86_64", "product_id": "python3-test-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le", "product_id": "python3-idle-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product_id": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product_id": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le", "product_id": "python3-libs-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-test-0:3.6.8-23.el8.ppc64le", "product_id": "python3-test-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x", "product_id": "platform-python-debug-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x", "product_id": "platform-python-devel-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.s390x", "product": { "name": "python3-idle-0:3.6.8-23.el8.s390x", "product_id": "python3-idle-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.s390x", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x", "product_id": "python3-tkinter-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.s390x", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x", "product_id": "python3-debugsource-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product_id": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-0:3.6.8-23.el8.s390x", "product_id": "platform-python-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.s390x", "product": { "name": "python3-libs-0:3.6.8-23.el8.s390x", "product_id": "python3-libs-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.s390x", "product": { "name": "python3-test-0:3.6.8-23.el8.s390x", "product_id": "python3-test-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-idle-0:3.6.8-23.el8.aarch64", "product_id": "python3-idle-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product_id": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product_id": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product_id": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-libs-0:3.6.8-23.el8.aarch64", "product_id": "python3-libs-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-test-0:3.6.8-23.el8.aarch64", "product_id": "python3-test-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-23.el8.src", "product": { "name": "python3-0:3.6.8-23.el8.src", "product_id": "python3-0:3.6.8-23.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-23.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-23.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src" }, "product_reference": "python3-0:3.6.8-23.el8.src", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686" }, "product_reference": "python3-idle-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-idle-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686" }, "product_reference": "python3-libs-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-libs-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-test-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686" }, "product_reference": "python3-test-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-test-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-test-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-test-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-23.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src" }, "product_reference": "python3-0:3.6.8-23.el8.src", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686" }, "product_reference": "python3-idle-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-idle-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686" }, "product_reference": "python3-libs-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-libs-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-test-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686" }, "product_reference": "python3-test-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-test-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-test-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-test-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T15:42:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1764" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T15:42:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1764" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2020_1131
Vulnerability from csaf_redhat
Published
2020-03-31 19:53
Modified
2024-11-05 21:58
Summary
Red Hat Security Advisory: python security update
Notes
Topic
An update for python 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
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.
Security Fix(es):
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
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 7.8 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 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\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 7.8 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1131", "url": "https://access.redhat.com/errata/RHSA-2020:1131" }, { "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/7/html/7.8_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1131.json" } ], "title": "Red Hat Security Advisory: python security update", "tracking": { "current_release_date": "2024-11-05T21:58:46+00:00", "generator": { "date": "2024-11-05T21:58:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:1131", "initial_release_date": "2020-03-31T19:53:23+00:00", "revision_history": [ { "date": "2020-03-31T19:53:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-03-31T19:53:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T21:58:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "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.8", "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8", "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8", "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-debug-0:2.7.5-88.el7.s390x", "product": { "name": "python-debug-0:2.7.5-88.el7.s390x", "product_id": "python-debug-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.s390x", "product": { "name": "python-test-0:2.7.5-88.el7.s390x", "product_id": "python-test-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.s390x", "product": { "name": "python-tools-0:2.7.5-88.el7.s390x", "product_id": "python-tools-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.s390x", "product": { "name": "tkinter-0:2.7.5-88.el7.s390x", "product_id": "tkinter-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.s390x", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x", "product_id": "python-debuginfo-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.s390x", "product": { "name": "python-0:2.7.5-88.el7.s390x", "product_id": "python-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.s390x", "product": { "name": "python-devel-0:2.7.5-88.el7.s390x", "product_id": "python-devel-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.s390x", "product": { "name": "python-libs-0:2.7.5-88.el7.s390x", "product_id": "python-libs-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.ppc64", "product": { "name": "python-debug-0:2.7.5-88.el7.ppc64", "product_id": "python-debug-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.ppc64", "product": { "name": "python-test-0:2.7.5-88.el7.ppc64", "product_id": "python-test-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.ppc64", "product": { "name": "python-tools-0:2.7.5-88.el7.ppc64", "product_id": "python-tools-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.ppc64", "product": { "name": "tkinter-0:2.7.5-88.el7.ppc64", "product_id": "tkinter-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.ppc64", "product": { "name": "python-0:2.7.5-88.el7.ppc64", "product_id": "python-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.ppc64", "product": { "name": "python-devel-0:2.7.5-88.el7.ppc64", "product_id": "python-devel-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc64", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc64", "product_id": "python-libs-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-debug-0:2.7.5-88.el7.ppc64le", "product_id": "python-debug-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-test-0:2.7.5-88.el7.ppc64le", "product_id": "python-test-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-tools-0:2.7.5-88.el7.ppc64le", "product_id": "python-tools-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.ppc64le", "product": { "name": "tkinter-0:2.7.5-88.el7.ppc64le", "product_id": "tkinter-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-0:2.7.5-88.el7.ppc64le", "product_id": "python-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-devel-0:2.7.5-88.el7.ppc64le", "product_id": "python-devel-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc64le", "product_id": "python-libs-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.x86_64", "product": { "name": "python-debug-0:2.7.5-88.el7.x86_64", "product_id": "python-debug-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.x86_64", "product": { "name": "python-test-0:2.7.5-88.el7.x86_64", "product_id": "python-test-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.x86_64", "product": { "name": "python-tools-0:2.7.5-88.el7.x86_64", "product_id": "python-tools-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.x86_64", "product": { "name": "tkinter-0:2.7.5-88.el7.x86_64", "product_id": "tkinter-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product_id": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.x86_64", "product": { "name": "python-0:2.7.5-88.el7.x86_64", "product_id": "python-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.x86_64", "product": { "name": "python-devel-0:2.7.5-88.el7.x86_64", "product_id": "python-devel-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.x86_64", "product": { "name": "python-libs-0:2.7.5-88.el7.x86_64", "product_id": "python-libs-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.i686", "product": { "name": "python-libs-0:2.7.5-88.el7.i686", "product_id": "python-libs-0:2.7.5-88.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=i686" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.i686", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.i686", "product_id": "python-debuginfo-0:2.7.5-88.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python-0:2.7.5-88.el7.src", "product": { "name": "python-0:2.7.5-88.el7.src", "product_id": "python-0:2.7.5-88.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.s390", "product": { "name": "python-libs-0:2.7.5-88.el7.s390", "product_id": "python-libs-0:2.7.5-88.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=s390" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.s390", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.s390", "product_id": "python-debuginfo-0:2.7.5-88.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc", "product_id": "python-libs-0:2.7.5-88.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:53:23+00:00", "details": "For details on 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-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1131" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:53:23+00:00", "details": "For details on 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-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1131" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhba-2020_1540
Vulnerability from csaf_redhat
Published
2020-04-22 13:21
Modified
2024-11-05 15:55
Summary
Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container
Notes
Topic
Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container
Details
* Added additional metrics to the Prometheus /api/v2/metrics/ endpoint for reporting remaining instance capacity
* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)
* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)
* Fixed event hostnames to be recorded for playbooks run on isolated nodes
* Fixed a PostgreSQL issue that caused upgrade failures in certain situations
* Fixed the search for Source Control credentials in the Tower user interface
* Fixed a performance issue to no longer delay the output of project updates for certain users
* Fixed the installations to no longer fail with admin passwords that contain certain special characters
* Fixed the start time to correctly set for approval notifications
* Fixed an inconsistency in gathered inventory analytics
* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)
* Updated single sign-on integration to address several upcoming GitHub API deprecations
* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109
* Updated translations
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": "Critical" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container", "title": "Topic" }, { "category": "general", "text": "* Added additional metrics to the Prometheus /api/v2/metrics/ endpoint for reporting remaining instance capacity\n* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)\n* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)\n* Fixed event hostnames to be recorded for playbooks run on isolated nodes\n* Fixed a PostgreSQL issue that caused upgrade failures in certain situations\n* Fixed the search for Source Control credentials in the Tower user interface\n* Fixed a performance issue to no longer delay the output of project updates for certain users\n* Fixed the installations to no longer fail with admin passwords that contain certain special characters\n* Fixed the start time to correctly set for approval notifications\n* Fixed an inconsistency in gathered inventory analytics\n* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)\n* Updated single sign-on integration to address several upcoming GitHub API deprecations\n* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109\n* Updated translations", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2020:1540", "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_1540.json" } ], "title": "Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container", "tracking": { "current_release_date": "2024-11-05T15:55:54+00:00", "generator": { "date": "2024-11-05T15:55:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHBA-2020:1540", "initial_release_date": "2020-04-22T13:21:59+00:00", "revision_history": [ { "date": "2020-04-22T13:21:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-22T13:21:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T15:55:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Tower 3.6 for RHEL 7", "product": { "name": "Red Hat Ansible Tower 3.6 for RHEL 7", "product_id": "7Server-Ansible-Tower-3.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_tower:3.6::el7" } } } ], "category": "product_family", "name": "Red Hat Ansible Tower" }, { "branches": [ { "category": "product_version", "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product": { "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product_id": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-36/ansible-tower\u0026tag=3.6.4-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64 as a component of Red Hat Ansible Tower 3.6 for RHEL 7", "product_id": "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" }, "product_reference": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "relates_to_product_reference": "7Server-Ansible-Tower-3.6" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Mozilla project" ] }, { "names": [ "Ucha Gobejishvili" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2015-2716", "discovery_date": "2015-05-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1220607" } ], "notes": [ { "category": "description", "text": "Buffer overflow in the XML parser in Mozilla Firefox before 38.0, Firefox ESR 31.x before 31.7, and Thunderbird before 31.7 allows remote attackers to execute arbitrary code by providing a large amount of compressed XML data, a related issue to CVE-2015-1283.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of expat package as shipped with Red Hat Enterprise Linux 5, 6 and 7. Red Hat Product Security has rated this issue as having Moderate security impact, a future update may address this flaw.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Cycle phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-2716" }, { "category": "external", "summary": "RHBZ#1220607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220607" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2716", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2716" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716" }, { "category": "external", "summary": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html", "url": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html" } ], "release_date": "2015-05-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()" }, { "cve": "CVE-2015-8035", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "discovery_date": "2015-11-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1277146" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in libxml2. A remote attacker could provide a specially crafted XML or HTML file that, when processed by an application using libxml2, would cause that application to crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: DoS caused by incorrect error detection during XZ decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of libxml2 as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include support for LZMA compression support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-8035" }, { "category": "external", "summary": "RHBZ#1277146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277146" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-8035", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8035" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035" } ], "release_date": "2015-11-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: DoS caused by incorrect error detection during XZ decompression" }, { "cve": "CVE-2016-5131", "discovery_date": "2016-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1358641" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free triggered by XPointer paths beginning with range-to", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw in libxml2 requires exposing the library to XPath/XPointer expressions from an untrusted source, which is not common in practice for applications using libxml2. For libxml2, Red Hat Product Security has rated this vulnerability as Moderate severity.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5131" }, { "category": "external", "summary": "RHBZ#1358641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1358641" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5131", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5131" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131" }, { "category": "external", "summary": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html", "url": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html" } ], "release_date": "2016-07-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free triggered by XPointer paths beginning with range-to" }, { "cve": "CVE-2017-15412", "discovery_date": "2017-12-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1523128" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the libxml2 library. An attacker could use this flaw to cause an application linked against libxml2 to crash when parsing a specially crafted XML file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15412" }, { "category": "external", "summary": "RHBZ#1523128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1523128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15412", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15412" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412" }, { "category": "external", "summary": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html", "url": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html" } ], "release_date": "2017-12-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c" }, { "cve": "CVE-2017-18258", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-04-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1566749" } ], "notes": [ { "category": "description", "text": "The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-18258" }, { "category": "external", "summary": "RHBZ#1566749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1566749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-18258", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18258" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258" } ], "release_date": "2017-09-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c" }, { "cve": "CVE-2018-10360", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2018-06-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1590000" } ], "notes": [ { "category": "description", "text": "The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file.", "title": "Vulnerability description" }, { "category": "summary", "text": "file: out-of-bounds read via a crafted ELF file", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10360" }, { "category": "external", "summary": "RHBZ#1590000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1590000" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10360", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10360" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360" } ], "release_date": "2018-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "file: out-of-bounds read via a crafted ELF file" }, { "cve": "CVE-2018-14404", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2018-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1595985" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 when parsing invalid XPath expression. Applications processing untrusted XSL format inputs with the use of libxml2 library may be vulnerable to denial of service attack due to crash of the application.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 5. Red Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 6. Red Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14404" }, { "category": "external", "summary": "RHBZ#1595985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595985" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14404", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14404" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404" } ], "release_date": "2018-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "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.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c" }, { "cve": "CVE-2018-14567", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-08-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1619875" } ], "notes": [ { "category": "description", "text": "libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this flaw as having Low impact. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14567" }, { "category": "external", "summary": "RHBZ#1619875", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1619875" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14567", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567" } ], "release_date": "2018-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression" }, { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "acknowledgments": [ { "names": [ "Ray Strode" ], "organization": "The GNOME Project" }, { "names": [ "Maxime Vellard" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-3820", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2019-01-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1669391" } ], "notes": [ { "category": "description", "text": "A vulnerability was found where the gnome-shell lock screen, since version 3.15.91, does not properly restrict all contextual actions. An attacker with physical access to a locked workstation could invoke certain keyboard shortcuts and potentially other actions. This vulnerability was fixed in gnome-shell 3.31.5 and 3.30.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "gnome-shell: partial lock screen bypass", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-3820" }, { "category": "external", "summary": "RHBZ#1669391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1669391" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3820", "url": "https://www.cve.org/CVERecord?id=CVE-2019-3820" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820" }, { "category": "external", "summary": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851", "url": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851" } ], "release_date": "2019-02-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gnome-shell: partial lock screen bypass" }, { "acknowledgments": [ { "names": [ "the Curl project" ] }, { "names": [ "l00p3r" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-5436", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-05-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1710620" } ], "notes": [ { "category": "description", "text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw exists if the user selects to use a \"blksize\" of 504 or smaller (default is 512). The smaller size that is used, the larger the possible overflow becomes.\nUsers choosing a smaller size than default should be rare as the primary use case for changing the size is to make it larger. It is rare for users to use TFTP across the Internet. It is most commonly used within local networks.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5436" }, { "category": "external", "summary": "RHBZ#1710620", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1710620" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5436", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5436" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2019-5436.html", "url": "https://curl.haxx.se/docs/CVE-2019-5436.html" } ], "release_date": "2019-05-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function" }, { "cve": "CVE-2019-9924", "cwe": { "id": "CWE-138", "name": "Improper Neutralization of Special Elements" }, "discovery_date": "2019-03-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691774" } ], "notes": [ { "category": "description", "text": "rbash in Bash before 4.4-beta2 did not prevent the shell user from modifying BASH_CMDS, thus allowing the user to execute any command with the permissions of the shell.", "title": "Vulnerability description" }, { "category": "summary", "text": "bash: BASH_CMD is writable in restricted bash shells", "title": "Vulnerability summary" }, { "category": "other", "text": "Impact of the flaw set to Moderate as restricted shell shall not be used as a security feature alone, as it is very hard to configure it properly and several bypasses exist for it.\n\nThis issue did not affect the versions of bash as shipped with Red Hat Enterprise Linux 5 as they did not include support for BASH_CMDS environment variable.\n\nRed Hat Virtualization Hypervisor and Management Appliance were affected by this issue, but do not use the restricted bash shell in a way that would be exposed to attackers. Future updates may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9924" }, { "category": "external", "summary": "RHBZ#1691774", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691774" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9924", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9924" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924" } ], "release_date": "2019-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bash: BASH_CMD is writable in restricted bash shells" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "cve": "CVE-2019-17041", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766693" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17041" }, { "category": "external", "summary": "RHBZ#1766693", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766693" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17041", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041" } ], "release_date": "2019-09-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c" }, { "cve": "CVE-2019-17042", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766700" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmcisconames/pmcisconames.c has a heap overflow in the parser for Cisco log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon), but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17042" }, { "category": "external", "summary": "RHBZ#1766700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766700" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17042", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c" }, { "acknowledgments": [ { "names": [ "Felix Fountein" ] } ], "cve": "CVE-2020-10691", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-03-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1817161" } ], "notes": [ { "category": "description", "text": "An archive traversal flaw was found in Ansible Engine when running ansible-galaxy collection install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: archive traversal vulnerability in ansible-galaxy collection install", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.9.6 as well as previous 2.9.x versions are affected. Ansible versions less than or equal to 2.8 are not affected by this vulnerability as this functionality was introduced on 2.9.\n\nAnsible Tower 3.6.3 as well as previous 3.6.x versions are affected as they use ansible-galaxy collections.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10691" }, { "category": "external", "summary": "RHBZ#1817161", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1817161" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10691", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10691" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10691", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10691" } ], "release_date": "2020-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "A possible mitigation of archive traversal issue could be done by restricting file access control and directory write accesses for extracting tarball files. This is feasible only for scenarios when the destination path could be known and enforced beforehand.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: archive traversal vulnerability in ansible-galaxy collection install" }, { "acknowledgments": [ { "names": [ "Rihards Olups" ] } ], "cve": "CVE-2020-10729", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "discovery_date": "2020-05-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1831089" } ], "notes": [ { "category": "description", "text": "A flaw was found in the use of insufficiently random values in Ansible. Two random password lookups of the same length generate the equal value as the template caching action for the same file since no re-evaluation happens. The highest threat from this vulnerability would be that all passwords are exposed at once for the file.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: two random password lookups in same task return same value", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10729" }, { "category": "external", "summary": "RHBZ#1831089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1831089" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10729", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10729" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10729", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10729" }, { "category": "external", "summary": "https://github.com/ansible/ansible/issues/34144", "url": "https://github.com/ansible/ansible/issues/34144" } ], "release_date": "2017-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: two random password lookups in same task return same value" } ] }
rhsa-2019_3725
Vulnerability from csaf_redhat
Published
2019-11-06 09:47
Modified
2024-11-05 21:34
Summary
Red Hat Security Advisory: rh-python36-python security, bug fix, and enhancement update
Notes
Topic
An update for rh-python36-python 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.9). (BZ#1709344)
Security Fix(es):
* python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib (CVE-2018-1061)
* python: Missing salt initialization in _elementtree.c module (CVE-2018-14647)
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python: NULL pointer dereference using a specially crafted X509 certificate (CVE-2019-5010)
* python: CRLF injection via the query part of the url passed to urlopen() (CVE-2019-9740)
* python: CRLF injection via the path part of the url passed to urlopen() (CVE-2019-9947)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
* python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib (CVE-2018-1060)
* python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data (CVE-2018-20406)
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):
* urlsplit doesn't accept a NFKD hostname with a port number (BZ#1709340)
* rh-python36 cannot unpickle datetime.date objects (BZ#1749103)
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 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.9). (BZ#1709344)\n\nSecurity Fix(es):\n\n* python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib (CVE-2018-1061)\n\n* python: Missing salt initialization in _elementtree.c module (CVE-2018-14647)\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: NULL pointer dereference using a specially crafted X509 certificate (CVE-2019-5010)\n\n* python: CRLF injection via the query part of the url passed to urlopen() (CVE-2019-9740)\n\n* python: CRLF injection via the path part of the url passed to urlopen() (CVE-2019-9947)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\n* python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib (CVE-2018-1060)\n\n* python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data (CVE-2018-20406)\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* urlsplit doesn\u0027t accept a NFKD hostname with a port number (BZ#1709340)\n\n* rh-python36 cannot unpickle datetime.date objects (BZ#1749103)", "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-2019:3725", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1549191", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549191" }, { "category": "external", "summary": "1549192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549192" }, { "category": "external", "summary": "1631822", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822" }, { "category": "external", "summary": "1664509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664509" }, { "category": "external", "summary": "1666519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519" }, { "category": "external", "summary": "1688169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169" }, { "category": "external", "summary": "1695572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572" }, { "category": "external", "summary": "1709344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1709344" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749103", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749103" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_3725.json" } ], "title": "Red Hat Security Advisory: rh-python36-python security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T21:34:26+00:00", "generator": { "date": "2024-11-05T21:34:26+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2019:3725", "initial_release_date": "2019-11-06T09:47:40+00:00", "revision_history": [ { "date": "2019-11-06T09:47:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2019-11-06T09:47:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T21:34:26+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.3", "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.3", "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.3", "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.3", "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.3", "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.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.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.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-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.3-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.9-2.el6.x86_64", "product": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el6.src", "product": { "name": "rh-python36-python-0:3.6.9-2.el6.src", "product_id": "rh-python36-python-0:3.6.9-2.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el6?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.src", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.src", "product_id": "rh-python36-python-0:3.6.9-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.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.9-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-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.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-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.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-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.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-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.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-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.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-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.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-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.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-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.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Python security response team" ] } ], "cve": "CVE-2018-1060", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1549191" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way catastrophic backtracking was implemented in python\u0027s pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "RHBZ#1549191", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549191" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1060" }, { "category": "external", "summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final", "url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final" } ], "release_date": "2018-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib" }, { "acknowledgments": [ { "names": [ "the Python security response team" ] } ], "cve": "CVE-2018-1061", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1549192" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way catastrophic backtracking was implemented in python\u0027s difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "RHBZ#1549192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549192" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1061", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1061" }, { "category": "external", "summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final", "url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final" } ], "release_date": "2018-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "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.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib" }, { "acknowledgments": [ { "names": [ "the Python Security Response Team" ] } ], "cve": "CVE-2018-14647", "cwe": { "id": "CWE-335", "name": "Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)" }, "discovery_date": "2018-09-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1631822" } ], "notes": [ { "category": "description", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Missing salt initialization in _elementtree.c module", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "RHBZ#1631822", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14647", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14647" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647" }, { "category": "external", "summary": "https://bugs.python.org/issue34623", "url": "https://bugs.python.org/issue34623" } ], "release_date": "2018-09-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Missing salt initialization in _elementtree.c module" }, { "cve": "CVE-2018-20406", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-01-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1664509" } ], "notes": [ { "category": "description", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5, 6 and 7.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "RHBZ#1664509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664509" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20406", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20406" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/pickle-load-dos.html", "url": "https://python-security.readthedocs.io/vuln/pickle-load-dos.html" } ], "release_date": "2018-09-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "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.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-5010", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2019-01-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1666519" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: NULL pointer dereference using a specially crafted X509 certificate", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "RHBZ#1666519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5010", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5010" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html", "url": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html" } ], "release_date": "2019-01-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: NULL pointer dereference using a specially crafted X509 certificate" }, { "cve": "CVE-2019-9740", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-03-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1688169" } ], "notes": [ { "category": "description", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the query part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects:\n* All current versions of Red Hat OpenStack Platform. However, version 8 is due to retire on the 20th of April 2019, there are no more planned releases prior to this date.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9740" }, { "category": "external", "summary": "RHBZ#1688169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9740", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the query part of the url passed to urlopen()" }, { "cve": "CVE-2019-9947", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-03-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1695572" } ], "notes": [ { "category": "description", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the path part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "RHBZ#1695572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9947", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9947" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947" } ], "release_date": "2019-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the path part of the url passed to urlopen()" }, { "cve": "CVE-2019-9948", "cwe": { "id": "CWE-749", "name": "Exposed Dangerous Method or Function" }, "discovery_date": "2019-03-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1695570" } ], "notes": [ { "category": "description", "text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9948" }, { "category": "external", "summary": "RHBZ#1695570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695570" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9948", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9948" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948" } ], "release_date": "2019-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "workaround", "details": "If your application uses a blacklist to prevent \"file://\" schema from being used, consider using a whitelist approach to just allow the schemas you want or add \"local_file://\" schema to your blacklist.", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on 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.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2020_1605
Vulnerability from csaf_redhat
Published
2020-04-28 16:06
Modified
2024-11-05 22:07
Summary
Red Hat Security Advisory: python27:2.7 security, bug fix, and enhancement 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.
The following packages have been upgraded to a later upstream version: python2 (2.7.17). (BZ#1759944)
Security Fix(es):
* python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure (CVE-2018-20060)
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python-urllib3: CRLF injection due to not encoding the '\r\n' sequence leading to possible attack on internal service (CVE-2019-11236)
* python-urllib3: Certification mishandle when error should be thrown (CVE-2019-11324)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
* python-requests: Redirect from HTTPS to HTTP does not remove Authorization header (CVE-2018-18074)
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.2 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\nThe following packages have been upgraded to a later upstream version: python2 (2.7.17). (BZ#1759944)\n\nSecurity Fix(es):\n\n* python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure (CVE-2018-20060)\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service (CVE-2019-11236)\n\n* python-urllib3: Certification mishandle when error should be thrown (CVE-2019-11324)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\n* python-requests: Redirect from HTTPS to HTTP does not remove Authorization header (CVE-2018-18074)\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.2 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1605", "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "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.2_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index" }, { "category": "external", "summary": "1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "1659551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1659551" }, { "category": "external", "summary": "1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "1702473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1702473" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "1762422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762422" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1605.json" } ], "title": "Red Hat Security Advisory: python27:2.7 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T22:07:57+00:00", "generator": { "date": "2024-11-05T22:07:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:1605", "initial_release_date": "2020-04-28T16:06:13+00:00", "revision_history": [ { "date": "2020-04-28T16:06:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-28T16:06:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:07:57+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.2.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:8020020200117110429:90f98d4f", "product": { "name": "python27:2.7:8020020200117110429:90f98d4f", "product_id": "python27:2.7:8020020200117110429:90f98d4f", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python27@2.7:8020020200117110429:90f98d4f" } } }, { "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-1.module+el8.1.0+2994+98e054d6.noarch", "product": { "name": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "product_id": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?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-16.module+el8.2.0+5478+b505947e.noarch", "product": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_id": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product": { "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_id": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip-wheel@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?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-11.module+el8.1.0+3446+c3d52da3.noarch", "product": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_id": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=noarch" } } }, { "category": "product_version", "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product": { "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_id": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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-1.module+el8.1.0+2994+98e054d6.src", "product": { "name": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "product_id": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?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-1.module+el8.2.0+4561+f4e0d66a.src", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=src" } } }, { "category": "product_version", "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product_id": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?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-11.module+el8.1.0+3446+c3d52da3.src", "product": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "product_id": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?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.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-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.1.0+2994+98e054d6.aarch64", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=aarch64" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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" }, { "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-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.1.0+2994+98e054d6.ppc64le", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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.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-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.1.0+2994+98e054d6.s390x", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=s390x" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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.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-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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-1.module+el8.1.0+2994+98e054d6.x86_64", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=x86_64" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?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" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, "product_reference": "python27:2.7:8020020200117110429:90f98d4f", "relates_to_product_reference": "AppStream-8.2.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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src" }, "product_reference": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch" }, "product_reference": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch" }, "product_reference": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src" }, "product_reference": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch" }, "product_reference": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch" }, "product_reference": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src" }, "product_reference": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch" }, "product_reference": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "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:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" } ], "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": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-11324", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2019-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1702473" } ], "notes": [ { "category": "description", "text": "The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Certification mishandle when error should be thrown", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python-urllib3 as shipped with Red Hat Enterprise Linux 6, and 7 as the older code shipped there did not load the system certificates.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected Critical and Important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-11324" }, { "category": "external", "summary": "RHBZ#1702473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1702473" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11324", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11324" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2019/04/17/3", "url": "https://www.openwall.com/lists/oss-security/2019/04/17/3" } ], "release_date": "2019-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" }, { "category": "workaround", "details": "The urllib3 package is used by elastic-curator, which is deployed in the ose-logging-curator, and used by the optional logging feature in OpenShift Container Platform (OCP). Therefore OCP 3.11 users can mitigate this issue by not deploying and using the Curator logging feature. \n\nIn OCP 4 urllib3 is also used by several Ansible Play Book images built with the Operator SDK and available for installation in OCP 4 including openshift-enterprise-ansible-operator and ose-metering-ansible-operator. Therefore those operators should not be deployed in order to mitigate this issue in OCP 4.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Certification mishandle when error should be thrown" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "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": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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-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-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f: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:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: XSS vulnerability in the documentation XML-RPC server in server_title field" } ] }
rhba-2020_1539
Vulnerability from csaf_redhat
Published
2020-04-22 13:24
Modified
2024-11-05 15:55
Summary
Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container
Notes
Topic
Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container
Details
* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)
* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)
* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)
* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109
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": "Critical" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container", "title": "Topic" }, { "category": "general", "text": "* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)\n* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)\n* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)\n* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2020:1539", "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_1539.json" } ], "title": "Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container", "tracking": { "current_release_date": "2024-11-05T15:55:53+00:00", "generator": { "date": "2024-11-05T15:55:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHBA-2020:1539", "initial_release_date": "2020-04-22T13:24:05+00:00", "revision_history": [ { "date": "2020-04-22T13:24:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-22T13:24:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T15:55:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product": { "name": "Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product_id": "7Server-Ansible-Tower-3.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_tower:3.5::el7" } } } ], "category": "product_family", "name": "Red Hat Ansible Tower" }, { "branches": [ { "category": "product_version", "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product": { "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product_id": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-35/ansible-tower\u0026tag=3.5.6-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64 as a component of Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product_id": "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" }, "product_reference": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "relates_to_product_reference": "7Server-Ansible-Tower-3.5" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Mozilla project" ] }, { "names": [ "Ucha Gobejishvili" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2015-2716", "discovery_date": "2015-05-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1220607" } ], "notes": [ { "category": "description", "text": "Buffer overflow in the XML parser in Mozilla Firefox before 38.0, Firefox ESR 31.x before 31.7, and Thunderbird before 31.7 allows remote attackers to execute arbitrary code by providing a large amount of compressed XML data, a related issue to CVE-2015-1283.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of expat package as shipped with Red Hat Enterprise Linux 5, 6 and 7. Red Hat Product Security has rated this issue as having Moderate security impact, a future update may address this flaw.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Cycle phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-2716" }, { "category": "external", "summary": "RHBZ#1220607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220607" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2716", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2716" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716" }, { "category": "external", "summary": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html", "url": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html" } ], "release_date": "2015-05-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()" }, { "cve": "CVE-2015-8035", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "discovery_date": "2015-11-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1277146" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in libxml2. A remote attacker could provide a specially crafted XML or HTML file that, when processed by an application using libxml2, would cause that application to crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: DoS caused by incorrect error detection during XZ decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of libxml2 as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include support for LZMA compression support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-8035" }, { "category": "external", "summary": "RHBZ#1277146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277146" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-8035", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8035" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035" } ], "release_date": "2015-11-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: DoS caused by incorrect error detection during XZ decompression" }, { "cve": "CVE-2016-5131", "discovery_date": "2016-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1358641" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free triggered by XPointer paths beginning with range-to", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw in libxml2 requires exposing the library to XPath/XPointer expressions from an untrusted source, which is not common in practice for applications using libxml2. For libxml2, Red Hat Product Security has rated this vulnerability as Moderate severity.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5131" }, { "category": "external", "summary": "RHBZ#1358641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1358641" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5131", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5131" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131" }, { "category": "external", "summary": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html", "url": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html" } ], "release_date": "2016-07-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free triggered by XPointer paths beginning with range-to" }, { "cve": "CVE-2017-15412", "discovery_date": "2017-12-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1523128" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the libxml2 library. An attacker could use this flaw to cause an application linked against libxml2 to crash when parsing a specially crafted XML file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15412" }, { "category": "external", "summary": "RHBZ#1523128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1523128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15412", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15412" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412" }, { "category": "external", "summary": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html", "url": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html" } ], "release_date": "2017-12-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c" }, { "cve": "CVE-2017-18258", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-04-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1566749" } ], "notes": [ { "category": "description", "text": "The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-18258" }, { "category": "external", "summary": "RHBZ#1566749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1566749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-18258", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18258" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258" } ], "release_date": "2017-09-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c" }, { "cve": "CVE-2018-10360", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2018-06-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1590000" } ], "notes": [ { "category": "description", "text": "The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file.", "title": "Vulnerability description" }, { "category": "summary", "text": "file: out-of-bounds read via a crafted ELF file", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10360" }, { "category": "external", "summary": "RHBZ#1590000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1590000" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10360", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10360" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360" } ], "release_date": "2018-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "file: out-of-bounds read via a crafted ELF file" }, { "cve": "CVE-2018-14404", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2018-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1595985" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 when parsing invalid XPath expression. Applications processing untrusted XSL format inputs with the use of libxml2 library may be vulnerable to denial of service attack due to crash of the application.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 5. Red Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 6. Red Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14404" }, { "category": "external", "summary": "RHBZ#1595985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595985" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14404", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14404" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404" } ], "release_date": "2018-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "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.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c" }, { "cve": "CVE-2018-14567", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-08-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1619875" } ], "notes": [ { "category": "description", "text": "libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this flaw as having Low impact. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14567" }, { "category": "external", "summary": "RHBZ#1619875", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1619875" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14567", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567" } ], "release_date": "2018-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression" }, { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "acknowledgments": [ { "names": [ "Ray Strode" ], "organization": "The GNOME Project" }, { "names": [ "Maxime Vellard" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-3820", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2019-01-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1669391" } ], "notes": [ { "category": "description", "text": "A vulnerability was found where the gnome-shell lock screen, since version 3.15.91, does not properly restrict all contextual actions. An attacker with physical access to a locked workstation could invoke certain keyboard shortcuts and potentially other actions. This vulnerability was fixed in gnome-shell 3.31.5 and 3.30.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "gnome-shell: partial lock screen bypass", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-3820" }, { "category": "external", "summary": "RHBZ#1669391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1669391" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3820", "url": "https://www.cve.org/CVERecord?id=CVE-2019-3820" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820" }, { "category": "external", "summary": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851", "url": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851" } ], "release_date": "2019-02-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gnome-shell: partial lock screen bypass" }, { "acknowledgments": [ { "names": [ "the Curl project" ] }, { "names": [ "l00p3r" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-5436", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-05-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1710620" } ], "notes": [ { "category": "description", "text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw exists if the user selects to use a \"blksize\" of 504 or smaller (default is 512). The smaller size that is used, the larger the possible overflow becomes.\nUsers choosing a smaller size than default should be rare as the primary use case for changing the size is to make it larger. It is rare for users to use TFTP across the Internet. It is most commonly used within local networks.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5436" }, { "category": "external", "summary": "RHBZ#1710620", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1710620" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5436", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5436" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2019-5436.html", "url": "https://curl.haxx.se/docs/CVE-2019-5436.html" } ], "release_date": "2019-05-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function" }, { "cve": "CVE-2019-9924", "cwe": { "id": "CWE-138", "name": "Improper Neutralization of Special Elements" }, "discovery_date": "2019-03-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691774" } ], "notes": [ { "category": "description", "text": "rbash in Bash before 4.4-beta2 did not prevent the shell user from modifying BASH_CMDS, thus allowing the user to execute any command with the permissions of the shell.", "title": "Vulnerability description" }, { "category": "summary", "text": "bash: BASH_CMD is writable in restricted bash shells", "title": "Vulnerability summary" }, { "category": "other", "text": "Impact of the flaw set to Moderate as restricted shell shall not be used as a security feature alone, as it is very hard to configure it properly and several bypasses exist for it.\n\nThis issue did not affect the versions of bash as shipped with Red Hat Enterprise Linux 5 as they did not include support for BASH_CMDS environment variable.\n\nRed Hat Virtualization Hypervisor and Management Appliance were affected by this issue, but do not use the restricted bash shell in a way that would be exposed to attackers. Future updates may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9924" }, { "category": "external", "summary": "RHBZ#1691774", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691774" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9924", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9924" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924" } ], "release_date": "2019-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bash: BASH_CMD is writable in restricted bash shells" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "cve": "CVE-2019-17041", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766693" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17041" }, { "category": "external", "summary": "RHBZ#1766693", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766693" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17041", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041" } ], "release_date": "2019-09-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c" }, { "cve": "CVE-2019-17042", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766700" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmcisconames/pmcisconames.c has a heap overflow in the parser for Cisco log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon), but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17042" }, { "category": "external", "summary": "RHBZ#1766700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766700" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17042", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1734", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "discovery_date": "2019-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1801804" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: shell enabled by default in a pipe lookup plugin subprocess", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1734" }, { "category": "external", "summary": "RHBZ#1801804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1801804" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1734", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1734" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "This issue can be avoided by escaping variables which are used in the lookup.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: shell enabled by default in a pipe lookup plugin subprocess" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1735", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802085" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: path injection on dest parameter in fetch module", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1735" }, { "category": "external", "summary": "RHBZ#1802085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802085" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1735", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the affected fetch module when possible.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: path injection on dest parameter in fetch module" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1736", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802124" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: atomic_move primitive sets permissive permissions", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.8.14 and 2.9.12 as well as previous versions and all 2.7.x versions are affected.\n\nAnsible Tower 3.6.5 and 3.7.2 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1736" }, { "category": "external", "summary": "RHBZ#1802124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802124" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1736", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "This issue can be mitigated by specifying the \"mode\" on the task. That just leaves a race condition in place where newly created files that specify a mode in the task briefly go from 666 - umask to the final mode. An alternative workaround if many new files are created and to avoid setting a specific mode for each file would be to set the \"mode\" to \"preserve\" value. That will maintain the permissions of the source file on the controller in the final file on the managed host.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 2.2, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: atomic_move primitive sets permissive permissions" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1737", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-02-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802154" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: Extract-Zip function in win_unzip module does not check extracted path", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1737" }, { "category": "external", "summary": "RHBZ#1802154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1737", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1737" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the affected win_unzip module when possible.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: Extract-Zip function in win_unzip module does not check extracted path" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1738", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802164" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when the module package or service is used and the parameter \u0027use\u0027 is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: module package can be selected by the ansible facts", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1738" }, { "category": "external", "summary": "RHBZ#1802164", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802164" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1738", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1738" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Specify the parameter \u0027use\u0027 when possible on the package and service modules. Avoid using Ansible Collections on Ansible 2.8.9 or 2.7.16 (and any of the previous versions) as they are not rejecting python with no path (already fixed in 2.9.x).", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: module package can be selected by the ansible facts" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1739", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802178" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine. When a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: svn module leaks password when specified as a parameter", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1739" }, { "category": "external", "summary": "RHBZ#1802178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802178" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1739", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1739" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Instead of using the parameter \u0027password\u0027 of the subversion module, provide the password with stdin.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: svn module leaks password when specified as a parameter" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1740", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802193" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes \"ansible-vault edit\", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: secrets readable after ansible-vault edit", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1740" }, { "category": "external", "summary": "RHBZ#1802193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802193" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1740", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the \u0027edit\u0027 option from \u0027ansible-vault\u0027 command line tool.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: secrets readable after ansible-vault edit" }, { "acknowledgments": [ { "names": [ "Felix Fountein" ] } ], "cve": "CVE-2020-1746", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2019-12-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1805491" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be provided from core Ansible. But we still ship ansible separately for ceph ubuntu.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1746" }, { "category": "external", "summary": "RHBZ#1805491", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805491" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1746", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1746" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746" } ], "release_date": "2020-02-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Using args keyword and embedding the ldap_auth variable instead of using bind_pw parameter would mitigate this issue.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules" }, { "acknowledgments": [ { "names": [ "Abhijeet Kasurde" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2020-1753", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2020-03-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1811008" } ], "notes": [ { "category": "description", "text": "A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: kubectl connection plugin leaks sensitive information", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.17, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1753" }, { "category": "external", "summary": "RHBZ#1811008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1811008" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1753", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1753" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753" } ], "release_date": "2020-03-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: kubectl connection plugin leaks sensitive information" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-10684", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1815519" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: code injection when using ansible_facts as a subkey", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be consumed from core Ansible. But we still ship ansible separately for ceph ubuntu.\n* Red Hat OpenStack Platform does package the affected code. However, because RHOSP does not use ansible_facts as a subkey directly, the RHOSP impact has been reduced to Moderate and no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10684" }, { "category": "external", "summary": "RHBZ#1815519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1815519" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10684", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10684" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684" } ], "release_date": "2020-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is not a known mitigation except avoiding the functionality of using ansible_facts as a subkey.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.9, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Ansible: code injection when using ansible_facts as a subkey" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-10685", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1814627" } ], "notes": [ { "category": "description", "text": "A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted.\r\n\r\nOn Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: modules which use files encrypted with vault are not properly cleaned up", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10685" }, { "category": "external", "summary": "RHBZ#1814627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1814627" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10685", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10685" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685" } ], "release_date": "2020-03-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except by removing manually the temporary created file after every run.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: modules which use files encrypted with vault are not properly cleaned up" } ] }
rhsa-2020_1132
Vulnerability from csaf_redhat
Published
2020-03-31 19:47
Modified
2024-11-05 21:58
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 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
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. This package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages.
Security Fix(es):
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
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 7.8 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 python3 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": "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. This package provides the \"python3\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages.\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\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 7.8 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1132", "url": "https://access.redhat.com/errata/RHSA-2020:1132" }, { "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/7/html/7.8_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index" }, { "category": "external", "summary": "1732908", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1732908" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1132.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-05T21:58:53+00:00", "generator": { "date": "2024-11-05T21:58:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:1132", "initial_release_date": "2020-03-31T19:47:05+00:00", "revision_history": [ { "date": "2020-03-31T19:47:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-03-31T19:47:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T21:58:53+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 (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "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.8", "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8", "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.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.s390", "product": { "name": "python3-0:3.6.8-13.el7.s390", "product_id": "python3-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.s390", "product": { "name": "python3-debug-0:3.6.8-13.el7.s390", "product_id": "python3-debug-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.s390", "product": { "name": "python3-devel-0:3.6.8-13.el7.s390", "product_id": "python3-devel-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.s390", "product": { "name": "python3-idle-0:3.6.8-13.el7.s390", "product_id": "python3-idle-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.s390", "product": { "name": "python3-test-0:3.6.8-13.el7.s390", "product_id": "python3-test-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.s390", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.s390", "product_id": "python3-tkinter-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.s390", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390", "product_id": "python3-debuginfo-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.s390", "product": { "name": "python3-libs-0:3.6.8-13.el7.s390", "product_id": "python3-libs-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.s390x", "product": { "name": "python3-debug-0:3.6.8-13.el7.s390x", "product_id": "python3-debug-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.s390x", "product": { "name": "python3-devel-0:3.6.8-13.el7.s390x", "product_id": "python3-devel-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.s390x", "product": { "name": "python3-idle-0:3.6.8-13.el7.s390x", "product_id": "python3-idle-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.s390x", "product": { "name": "python3-test-0:3.6.8-13.el7.s390x", "product_id": "python3-test-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.s390x", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x", "product_id": "python3-tkinter-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product_id": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.s390x", "product": { "name": "python3-0:3.6.8-13.el7.s390x", "product_id": "python3-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.s390x", "product": { "name": "python3-libs-0:3.6.8-13.el7.s390x", "product_id": "python3-libs-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.i686", "product": { "name": "python3-0:3.6.8-13.el7.i686", "product_id": "python3-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.i686", "product": { "name": "python3-debug-0:3.6.8-13.el7.i686", "product_id": "python3-debug-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.i686", "product": { "name": "python3-devel-0:3.6.8-13.el7.i686", "product_id": "python3-devel-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.i686", "product": { "name": "python3-idle-0:3.6.8-13.el7.i686", "product_id": "python3-idle-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.i686", "product": { "name": "python3-test-0:3.6.8-13.el7.i686", "product_id": "python3-test-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.i686", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.i686", "product_id": "python3-tkinter-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.i686", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686", "product_id": "python3-debuginfo-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.i686", "product": { "name": "python3-libs-0:3.6.8-13.el7.i686", "product_id": "python3-libs-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-debug-0:3.6.8-13.el7.x86_64", "product_id": "python3-debug-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-devel-0:3.6.8-13.el7.x86_64", "product_id": "python3-devel-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-idle-0:3.6.8-13.el7.x86_64", "product_id": "python3-idle-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-test-0:3.6.8-13.el7.x86_64", "product_id": "python3-test-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product_id": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product_id": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-0:3.6.8-13.el7.x86_64", "product_id": "python3-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-libs-0:3.6.8-13.el7.x86_64", "product_id": "python3-libs-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc", "product": { "name": "python3-0:3.6.8-13.el7.ppc", "product_id": "python3-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc", "product_id": "python3-debug-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc", "product_id": "python3-devel-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc", "product_id": "python3-idle-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc", "product_id": "python3-test-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc", "product_id": "python3-libs-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc64", "product_id": "python3-debug-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc64", "product_id": "python3-devel-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc64", "product_id": "python3-idle-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc64", "product_id": "python3-test-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-0:3.6.8-13.el7.ppc64", "product_id": "python3-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc64", "product_id": "python3-libs-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le", "product_id": "python3-debug-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le", "product_id": "python3-devel-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le", "product_id": "python3-idle-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc64le", "product_id": "python3-test-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-0:3.6.8-13.el7.ppc64le", "product_id": "python3-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le", "product_id": "python3-libs-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.src", "product": { "name": "python3-0:3.6.8-13.el7.src", "product_id": "python3-0:3.6.8-13.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:47:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1132" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:47:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1132" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2019_3948
Vulnerability from csaf_redhat
Published
2019-11-25 09:26
Modified
2024-11-05 21:38
Summary
Red Hat Security Advisory: python27-python security, bug fix, and enhancement update
Notes
Topic
An update for python27-python 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.17). (BZ#1767887)
Security Fix(es):
* python: Cookie domain check returns incorrect results (CVE-2018-20852)
* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
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):
* Missing audiotest.au in python27-python-test (BZ#1767890)
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 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.17). (BZ#1767887)\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\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* Missing audiotest.au in python27-python-test (BZ#1767890)", "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-2019:3948", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_3948.json" } ], "title": "Red Hat Security Advisory: python27-python security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T21:38:01+00:00", "generator": { "date": "2024-11-05T21:38:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2019:3948", "initial_release_date": "2019-11-25T09:26:29+00:00", "revision_history": [ { "date": "2019-11-25T09:26:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2019-11-25T09:26:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T21:38:01+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.3", "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.3", "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.3", "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.3", "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.3", "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.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.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.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-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.3-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-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-test-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product_id": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-test-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product_id": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el6.src", "product": { "name": "python27-python-0:2.7.17-2.el6.src", "product_id": "python27-python-0:2.7.17-2.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el6?arch=src" } } }, { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.src", "product": { "name": "python27-python-0:2.7.17-2.el7.src", "product_id": "python27-python-0:2.7.17-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product_id": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-0:2.7.17-2.el7.s390x", "product_id": "python27-python-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x", "product_id": "python27-python-debug-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x", "product_id": "python27-python-devel-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x", "product_id": "python27-python-libs-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-test-0:2.7.17-2.el7.s390x", "product_id": "python27-python-test-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x", "product_id": "python27-python-tools-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.s390x", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x", "product_id": "python27-tkinter-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src" }, "product_reference": "python27-python-0:2.7.17-2.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src" }, "product_reference": "python27-python-0:2.7.17-2.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.6.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.7.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-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.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-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.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-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.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-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.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-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.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-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.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-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.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-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.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-25T09:26:29+00:00", "details": "For details on 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.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-25T09:26:29+00:00", "details": "For details on 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.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3948" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
gsd-2018-20852
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-20852", "description": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GSD-2018-20852", "references": [ "https://www.suse.com/security/cve/CVE-2018-20852.html", "https://access.redhat.com/errata/RHSA-2020:1764", "https://access.redhat.com/errata/RHSA-2020:1605", "https://access.redhat.com/errata/RHBA-2020:1540", "https://access.redhat.com/errata/RHBA-2020:1539", "https://access.redhat.com/errata/RHSA-2020:1132", "https://access.redhat.com/errata/RHSA-2020:1131", "https://access.redhat.com/errata/RHSA-2019:3948", "https://access.redhat.com/errata/RHSA-2019:3725", "https://ubuntu.com/security/CVE-2018-20852", "https://alas.aws.amazon.com/cve/html/CVE-2018-20852.html", "https://linux.oracle.com/cve/CVE-2018-20852.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-20852" ], "details": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GSD-2018-20852", "modified": "2023-12-13T01:22:29.358880Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852", "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": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2020.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.5.7", "versionStartIncluding": "3.5.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2.7.16", "versionStartIncluding": "2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.7.3", "versionStartIncluding": "3.7.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.6.9", "versionStartIncluding": "3.6.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.4.10", "versionStartIncluding": "3.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "tags": [], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "tags": [], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "N/A", "refsource": "N/A", "tags": [], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2020-08-22T17:15Z", "publishedDate": "2019-07-13T21:15Z" } } }
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.