rhsa-2015_2101
Vulnerability from csaf_redhat
Published
2015-11-19 06:04
Modified
2024-11-14 16:32
Summary
Red Hat Security Advisory: python security, bug fix, and enhancement update

Notes

Topic
Updated python packages that fix multiple security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section.
Details
Python is an interpreted, interactive, object-oriented programming language often compared to Tcl, Perl, Scheme, or Java. Python 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 (X11, Motif, Tk, Mac and MFC). It was discovered that the Python xmlrpclib module did not restrict the size of gzip-compressed HTTP responses. A malicious XMLRPC server could cause an XMLRPC client using xmlrpclib to consume an excessive amount of memory. (CVE-2013-1753) It was discovered that multiple Python standard library modules implementing network protocols (such as httplib or smtplib) failed to restrict the sizes of server responses. A malicious server could cause a client using one of the affected modules to consume an excessive amount of memory. (CVE-2013-1752) It was discovered that the CGIHTTPServer module incorrectly handled URL encoded paths. A remote attacker could use this flaw to execute scripts outside of the cgi-bin directory, or disclose the source code of the scripts in the cgi-bin directory. (CVE-2014-4650) An integer overflow flaw was found in the way the buffer() function handled its offset and size arguments. An attacker able to control these arguments could use this flaw to disclose portions of the application memory or cause it to crash. (CVE-2014-7185) A flaw was found in the way the json module handled negative index arguments passed to certain functions (such as raw_decode()). An attacker able to control the index value passed to one of the affected functions could possibly use this flaw to disclose portions of the application memory. (CVE-2014-4616) The Python standard library HTTP client modules (such as httplib or urllib) did not perform verification of TLS/SSL certificates when connecting to HTTPS servers. A man-in-the-middle attacker could use this flaw to hijack connections and eavesdrop or modify transferred data. (CVE-2014-9365) Note: The Python standard library was updated to make it possible to enable certificate verification by default. However, for backwards compatibility, verification remains disabled by default. Future updates may change this default. Refer to the Knowledgebase article 2039753 linked to in the References section for further details about this change. (BZ#1219108) This update also fixes the following bugs: * Subprocesses used with the Eventlet library or regular threads previously tried to close epoll file descriptors twice, which led to an "Invalid argument" error. Subprocesses have been fixed to close the file descriptors only once. (BZ#1103452) * When importing the readline module from a Python script, Python no longer produces erroneous random characters on stdout. (BZ#1189301) * The cProfile utility has been fixed to print all values that the "-s" option supports when this option is used without a correct value. (BZ#1237107) * The load_cert_chain() function now accepts "None" as a keyfile argument. (BZ#1250611) In addition, this update adds the following enhancements: * Security enhancements as described in PEP 466 have been backported to the Python standard library, for example, new features of the ssl module: Server Name Indication (SNI) support, support for new TLSv1.x protocols, new hash algorithms in the hashlib module, and many more. (BZ#1111461) * Support for the ssl.PROTOCOL_TLSv1_2 protocol has been added to the ssl library. (BZ#1192015) * The ssl.SSLSocket.version() method is now available to access information about the version of the SSL protocol used in a connection. (BZ#1259421) All python users are advised to upgrade to these updated packages, which contain backported patches to correct these issues and add these enhancements.
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": "Updated python packages that fix multiple security issues, several bugs,\nand add various enhancements are now available for Red Hat Enterprise\nLinux 7.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language\noften compared to Tcl, Perl, Scheme, or Java. Python includes modules,\nclasses, exceptions, very high level dynamic data types and dynamic typing.\nPython supports interfaces to many system calls and libraries, as well as\nto various windowing systems (X11, Motif, Tk, Mac and MFC).\n\nIt was discovered that the Python xmlrpclib module did not restrict the\nsize of gzip-compressed HTTP responses. A malicious XMLRPC server could\ncause an XMLRPC client using xmlrpclib to consume an excessive amount of\nmemory. (CVE-2013-1753)\n\nIt was discovered that multiple Python standard library modules\nimplementing network protocols (such as httplib or smtplib) failed to\nrestrict the sizes of server responses. A malicious server could cause a\nclient using one of the affected modules to consume an excessive amount of\nmemory. (CVE-2013-1752)\n\nIt was discovered that the CGIHTTPServer module incorrectly handled URL\nencoded paths. A remote attacker could use this flaw to execute scripts\noutside of the cgi-bin directory, or disclose the source code of the\nscripts in the cgi-bin directory. (CVE-2014-4650)\n\nAn integer overflow flaw was found in the way the buffer() function handled\nits offset and size arguments. An attacker able to control these arguments\ncould use this flaw to disclose portions of the application memory or cause\nit to crash. (CVE-2014-7185)\n\nA flaw was found in the way the json module handled negative index\narguments passed to certain functions (such as raw_decode()). An attacker\nable to control the index value passed to one of the affected functions\ncould possibly use this flaw to disclose portions of the application\nmemory. (CVE-2014-4616)\n\nThe Python standard library HTTP client modules (such as httplib or urllib)\ndid not perform verification of TLS/SSL certificates when connecting to\nHTTPS servers. A man-in-the-middle attacker could use this flaw to hijack\nconnections and eavesdrop or modify transferred data. (CVE-2014-9365)\n\nNote: The Python standard library was updated to make it possible to enable\ncertificate verification by default. However, for backwards compatibility,\nverification remains disabled by default. Future updates may change this\ndefault. Refer to the Knowledgebase article 2039753 linked to in the\nReferences section for further details about this change. (BZ#1219108)\n\nThis update also fixes the following bugs:\n\n* Subprocesses used with the Eventlet library or regular threads previously\ntried to close epoll file descriptors twice, which led to an \"Invalid\nargument\" error. Subprocesses have been fixed to close the file descriptors\nonly once. (BZ#1103452)\n\n* When importing the readline module from a Python script, Python no longer\nproduces erroneous random characters on stdout. (BZ#1189301)\n\n* The cProfile utility has been fixed to print all values that the \"-s\"\noption supports when this option is used without a correct value.\n(BZ#1237107)\n\n* The load_cert_chain() function now accepts \"None\" as a keyfile argument.\n(BZ#1250611)\n\nIn addition, this update adds the following enhancements:\n\n* Security enhancements as described in PEP 466 have been backported to the\nPython standard library, for example, new features of the ssl module:\nServer Name Indication (SNI) support, support for new TLSv1.x protocols,\nnew hash algorithms in the hashlib module, and many more. (BZ#1111461)\n\n* Support for the ssl.PROTOCOL_TLSv1_2 protocol has been added to the ssl\nlibrary. (BZ#1192015)\n\n* The ssl.SSLSocket.version() method is now available to access information\nabout the version of the SSL protocol used in a connection. (BZ#1259421)\n\nAll python users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues and add these\nenhancements.",
        "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-2015:2101",
        "url": "https://access.redhat.com/errata/RHSA-2015:2101"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/articles/2039753",
        "url": "https://access.redhat.com/articles/2039753"
      },
      {
        "category": "external",
        "summary": "https://www.python.org/dev/peps/pep-0466/",
        "url": "https://www.python.org/dev/peps/pep-0466/"
      },
      {
        "category": "external",
        "summary": "1046170",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1046170"
      },
      {
        "category": "external",
        "summary": "1046174",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1046174"
      },
      {
        "category": "external",
        "summary": "1058482",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1058482"
      },
      {
        "category": "external",
        "summary": "1112285",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1112285"
      },
      {
        "category": "external",
        "summary": "1113527",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113527"
      },
      {
        "category": "external",
        "summary": "1146026",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146026"
      },
      {
        "category": "external",
        "summary": "1173041",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1173041"
      },
      {
        "category": "external",
        "summary": "1177613",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1177613"
      },
      {
        "category": "external",
        "summary": "1181624",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181624"
      },
      {
        "category": "external",
        "summary": "1237107",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1237107"
      },
      {
        "category": "external",
        "summary": "1250611",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250611"
      },
      {
        "category": "external",
        "summary": "1259421",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1259421"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_2101.json"
      }
    ],
    "title": "Red Hat Security Advisory: python security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-14T16:32:24+00:00",
      "generator": {
        "date": "2024-11-14T16:32:24+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.0"
        }
      },
      "id": "RHSA-2015:2101",
      "initial_release_date": "2015-11-19T06:04:15+00:00",
      "revision_history": [
        {
          "date": "2015-11-19T06:04:15+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-11-19T06:04:15+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-14T16:32:24+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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "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-test-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-test-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-test-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-test@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "tkinter-0:2.7.5-34.el7.x86_64",
                  "product_id": "tkinter-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-tools-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-tools-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debug-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-debug-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-debug-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debug@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-devel-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-devel-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.x86_64",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.x86_64",
                  "product_id": "python-libs-0:2.7.5-34.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.i686",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.i686",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.i686",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.i686",
                  "product_id": "python-libs-0:2.7.5-34.el7.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.src",
                "product": {
                  "name": "python-0:2.7.5-34.el7.src",
                  "product_id": "python-0:2.7.5-34.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.s390x",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-tools-0:2.7.5-34.el7.s390x",
                  "product_id": "python-tools-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-test-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-test-0:2.7.5-34.el7.s390x",
                  "product_id": "python-test-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-test@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "tkinter-0:2.7.5-34.el7.s390x",
                  "product_id": "tkinter-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debug-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-debug-0:2.7.5-34.el7.s390x",
                  "product_id": "python-debug-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debug@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-devel-0:2.7.5-34.el7.s390x",
                  "product_id": "python-devel-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.s390x",
                  "product_id": "python-libs-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.s390x",
                "product": {
                  "name": "python-0:2.7.5-34.el7.s390x",
                  "product_id": "python-0:2.7.5-34.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-tools-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-tools-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-tools-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debug-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-debug-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-debug-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debug@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-test-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-test-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-test-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-test@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "tkinter-0:2.7.5-34.el7.aarch64",
                  "product_id": "tkinter-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-libs-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.7.5-34.el7.aarch64",
                "product": {
                  "name": "python-devel-0:2.7.5-34.el7.aarch64",
                  "product_id": "python-devel-0:2.7.5-34.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.7.5-34.el7?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debug-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-debug-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-debug-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debug@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-test-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-test-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-test-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-test@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "tkinter-0:2.7.5-34.el7.ppc64le",
                  "product_id": "tkinter-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-tools-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-tools-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-devel-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-devel-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-libs-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.ppc64le",
                "product": {
                  "name": "python-0:2.7.5-34.el7.ppc64le",
                  "product_id": "python-0:2.7.5-34.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-test-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-test-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-test-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-test@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-tools-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-tools-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "tkinter-0:2.7.5-34.el7.ppc64",
                  "product_id": "tkinter-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debug-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-debug-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-debug-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debug@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-libs-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.7.5-34.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.7.5-34.el7.ppc64",
                "product": {
                  "name": "python-devel-0:2.7.5-34.el7.ppc64",
                  "product_id": "python-devel-0:2.7.5-34.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.7.5-34.el7?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.s390",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.s390",
                  "product_id": "python-libs-0:2.7.5-34.el7.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.el7?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.s390",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.s390",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=s390"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.7.5-34.el7.ppc",
                "product": {
                  "name": "python-debuginfo-0:2.7.5-34.el7.ppc",
                  "product_id": "python-debuginfo-0:2.7.5-34.el7.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-34.el7?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-libs-0:2.7.5-34.el7.ppc",
                "product": {
                  "name": "python-libs-0:2.7.5-34.el7.ppc",
                  "product_id": "python-libs-0:2.7.5-34.el7.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-libs@2.7.5-34.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-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.src"
        },
        "product_reference": "python-0:2.7.5-34.el7.src",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debug-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debug-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debug-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debug-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debug-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debug-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-devel-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-devel-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-devel-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-devel-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-devel-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.i686"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.i686",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.ppc"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.s390"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-libs-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-libs-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-libs-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-test-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-test-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-test-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-test-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-test-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-test-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-test-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-tools-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-tools-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-tools-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:python-tools-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "python-tools-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tkinter-0:2.7.5-34.el7.aarch64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tkinter-0:2.7.5-34.el7.ppc64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tkinter-0:2.7.5-34.el7.s390x"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.7.5-34.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        },
        "product_reference": "tkinter-0:2.7.5-34.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2013-1752",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2012-12-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1046174"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was discovered that multiple Python standard library modules implementing network protocols (such as httplib or smtplib) failed to restrict sizes of server responses. A malicious server could cause a client using one of the affected modules to consume an excessive amount of memory.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: multiple unbound readline() DoS flaws in python stdlib",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat JBoss SOA Platform 5 is now in Maintenance Support phase receiving only qualified Important and Critical impact security fixes; and Red Hat JBoss SOA Platform 4.3 is now in Extended Life Support phase receiving only Critical impact security fixes. This issue has been rated as having Moderate security impact and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat JBoss Middleware Product Life Cycle: https://access.redhat.com/support/policy/updates/jboss_notes/",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-optional:python-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-0:2.7.5-34.el7.src",
          "7Client-optional:python-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Client:python-0:2.7.5-34.el7.aarch64",
          "7Client:python-0:2.7.5-34.el7.ppc64",
          "7Client:python-0:2.7.5-34.el7.ppc64le",
          "7Client:python-0:2.7.5-34.el7.s390x",
          "7Client:python-0:2.7.5-34.el7.src",
          "7Client:python-0:2.7.5-34.el7.x86_64",
          "7Client:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debug-0:2.7.5-34.el7.s390x",
          "7Client:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client:python-devel-0:2.7.5-34.el7.s390x",
          "7Client:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client:python-libs-0:2.7.5-34.el7.i686",
          "7Client:python-libs-0:2.7.5-34.el7.ppc",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client:python-libs-0:2.7.5-34.el7.s390",
          "7Client:python-libs-0:2.7.5-34.el7.s390x",
          "7Client:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client:python-test-0:2.7.5-34.el7.aarch64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client:python-test-0:2.7.5-34.el7.s390x",
          "7Client:python-test-0:2.7.5-34.el7.x86_64",
          "7Client:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client:python-tools-0:2.7.5-34.el7.s390x",
          "7Client:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client:tkinter-0:2.7.5-34.el7.s390x",
          "7Client:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-0:2.7.5-34.el7.src",
          "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-0:2.7.5-34.el7.src",
          "7Server-optional:python-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server:python-0:2.7.5-34.el7.aarch64",
          "7Server:python-0:2.7.5-34.el7.ppc64",
          "7Server:python-0:2.7.5-34.el7.ppc64le",
          "7Server:python-0:2.7.5-34.el7.s390x",
          "7Server:python-0:2.7.5-34.el7.src",
          "7Server:python-0:2.7.5-34.el7.x86_64",
          "7Server:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debug-0:2.7.5-34.el7.s390x",
          "7Server:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server:python-devel-0:2.7.5-34.el7.s390x",
          "7Server:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server:python-libs-0:2.7.5-34.el7.i686",
          "7Server:python-libs-0:2.7.5-34.el7.ppc",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server:python-libs-0:2.7.5-34.el7.s390",
          "7Server:python-libs-0:2.7.5-34.el7.s390x",
          "7Server:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server:python-test-0:2.7.5-34.el7.aarch64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server:python-test-0:2.7.5-34.el7.s390x",
          "7Server:python-test-0:2.7.5-34.el7.x86_64",
          "7Server:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server:python-tools-0:2.7.5-34.el7.s390x",
          "7Server:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server:tkinter-0:2.7.5-34.el7.s390x",
          "7Server:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-0:2.7.5-34.el7.src",
          "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-0:2.7.5-34.el7.s390x",
          "7Workstation:python-0:2.7.5-34.el7.src",
          "7Workstation:python-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2013-1752"
        },
        {
          "category": "external",
          "summary": "RHBZ#1046174",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1046174"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2013-1752",
          "url": "https://www.cve.org/CVERecord?id=CVE-2013-1752"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2013-1752",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1752"
        }
      ],
      "release_date": "2012-09-25T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-11-19T06:04:15+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:2101"
        }
      ],
      "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": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python: multiple unbound readline() DoS flaws in python stdlib"
    },
    {
      "cve": "CVE-2013-1753",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2012-12-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1046170"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was discovered that the Python xmlrpclib did not restrict the size of a gzip compressed HTTP responses. A malicious XMLRPC server could cause an XMLRPC client using xmlrpclib to consume an excessive amount of memory.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: XMLRPC library unrestricted decompression of HTTP responses using gzip enconding",
          "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 as their XMLRPC library did not include support for gzip encoded content.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-optional:python-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-0:2.7.5-34.el7.src",
          "7Client-optional:python-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Client:python-0:2.7.5-34.el7.aarch64",
          "7Client:python-0:2.7.5-34.el7.ppc64",
          "7Client:python-0:2.7.5-34.el7.ppc64le",
          "7Client:python-0:2.7.5-34.el7.s390x",
          "7Client:python-0:2.7.5-34.el7.src",
          "7Client:python-0:2.7.5-34.el7.x86_64",
          "7Client:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debug-0:2.7.5-34.el7.s390x",
          "7Client:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client:python-devel-0:2.7.5-34.el7.s390x",
          "7Client:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client:python-libs-0:2.7.5-34.el7.i686",
          "7Client:python-libs-0:2.7.5-34.el7.ppc",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client:python-libs-0:2.7.5-34.el7.s390",
          "7Client:python-libs-0:2.7.5-34.el7.s390x",
          "7Client:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client:python-test-0:2.7.5-34.el7.aarch64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client:python-test-0:2.7.5-34.el7.s390x",
          "7Client:python-test-0:2.7.5-34.el7.x86_64",
          "7Client:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client:python-tools-0:2.7.5-34.el7.s390x",
          "7Client:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client:tkinter-0:2.7.5-34.el7.s390x",
          "7Client:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-0:2.7.5-34.el7.src",
          "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-0:2.7.5-34.el7.src",
          "7Server-optional:python-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server:python-0:2.7.5-34.el7.aarch64",
          "7Server:python-0:2.7.5-34.el7.ppc64",
          "7Server:python-0:2.7.5-34.el7.ppc64le",
          "7Server:python-0:2.7.5-34.el7.s390x",
          "7Server:python-0:2.7.5-34.el7.src",
          "7Server:python-0:2.7.5-34.el7.x86_64",
          "7Server:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debug-0:2.7.5-34.el7.s390x",
          "7Server:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server:python-devel-0:2.7.5-34.el7.s390x",
          "7Server:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server:python-libs-0:2.7.5-34.el7.i686",
          "7Server:python-libs-0:2.7.5-34.el7.ppc",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server:python-libs-0:2.7.5-34.el7.s390",
          "7Server:python-libs-0:2.7.5-34.el7.s390x",
          "7Server:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server:python-test-0:2.7.5-34.el7.aarch64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server:python-test-0:2.7.5-34.el7.s390x",
          "7Server:python-test-0:2.7.5-34.el7.x86_64",
          "7Server:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server:python-tools-0:2.7.5-34.el7.s390x",
          "7Server:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server:tkinter-0:2.7.5-34.el7.s390x",
          "7Server:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-0:2.7.5-34.el7.src",
          "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-0:2.7.5-34.el7.s390x",
          "7Workstation:python-0:2.7.5-34.el7.src",
          "7Workstation:python-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2013-1753"
        },
        {
          "category": "external",
          "summary": "RHBZ#1046170",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1046170"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2013-1753",
          "url": "https://www.cve.org/CVERecord?id=CVE-2013-1753"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2013-1753",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1753"
        }
      ],
      "release_date": "2012-09-25T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-11-19T06:04:15+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:2101"
        }
      ],
      "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": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python: XMLRPC library unrestricted decompression of HTTP responses using gzip enconding"
    },
    {
      "cve": "CVE-2014-4616",
      "cwe": {
        "id": "CWE-119",
        "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
      },
      "discovery_date": "2014-06-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1112285"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the way the json module handled negative index argument passed to certain functions (such as raw_decode()). An attacker able to control index value passed to one of the affected functions could possibly use this flaw to disclose portions of the application memory.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: missing boundary check in JSON module",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 7, the versions of python-simplejson as shipped with Red Hat Enterprise Linux 5 and 6, and the versions of python33-python and python33-python-simplejson as shipped with Red Hat Software Collections. Red Hat Product Security has rated this issue as having Moderate security impact. Future updates 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": [
          "7Client-optional:python-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-0:2.7.5-34.el7.src",
          "7Client-optional:python-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Client:python-0:2.7.5-34.el7.aarch64",
          "7Client:python-0:2.7.5-34.el7.ppc64",
          "7Client:python-0:2.7.5-34.el7.ppc64le",
          "7Client:python-0:2.7.5-34.el7.s390x",
          "7Client:python-0:2.7.5-34.el7.src",
          "7Client:python-0:2.7.5-34.el7.x86_64",
          "7Client:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debug-0:2.7.5-34.el7.s390x",
          "7Client:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client:python-devel-0:2.7.5-34.el7.s390x",
          "7Client:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client:python-libs-0:2.7.5-34.el7.i686",
          "7Client:python-libs-0:2.7.5-34.el7.ppc",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client:python-libs-0:2.7.5-34.el7.s390",
          "7Client:python-libs-0:2.7.5-34.el7.s390x",
          "7Client:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client:python-test-0:2.7.5-34.el7.aarch64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client:python-test-0:2.7.5-34.el7.s390x",
          "7Client:python-test-0:2.7.5-34.el7.x86_64",
          "7Client:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client:python-tools-0:2.7.5-34.el7.s390x",
          "7Client:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client:tkinter-0:2.7.5-34.el7.s390x",
          "7Client:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-0:2.7.5-34.el7.src",
          "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-0:2.7.5-34.el7.src",
          "7Server-optional:python-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server:python-0:2.7.5-34.el7.aarch64",
          "7Server:python-0:2.7.5-34.el7.ppc64",
          "7Server:python-0:2.7.5-34.el7.ppc64le",
          "7Server:python-0:2.7.5-34.el7.s390x",
          "7Server:python-0:2.7.5-34.el7.src",
          "7Server:python-0:2.7.5-34.el7.x86_64",
          "7Server:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debug-0:2.7.5-34.el7.s390x",
          "7Server:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server:python-devel-0:2.7.5-34.el7.s390x",
          "7Server:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server:python-libs-0:2.7.5-34.el7.i686",
          "7Server:python-libs-0:2.7.5-34.el7.ppc",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server:python-libs-0:2.7.5-34.el7.s390",
          "7Server:python-libs-0:2.7.5-34.el7.s390x",
          "7Server:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server:python-test-0:2.7.5-34.el7.aarch64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server:python-test-0:2.7.5-34.el7.s390x",
          "7Server:python-test-0:2.7.5-34.el7.x86_64",
          "7Server:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server:python-tools-0:2.7.5-34.el7.s390x",
          "7Server:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server:tkinter-0:2.7.5-34.el7.s390x",
          "7Server:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-0:2.7.5-34.el7.src",
          "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-0:2.7.5-34.el7.s390x",
          "7Workstation:python-0:2.7.5-34.el7.src",
          "7Workstation:python-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-4616"
        },
        {
          "category": "external",
          "summary": "RHBZ#1112285",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1112285"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-4616",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-4616"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-4616",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-4616"
        }
      ],
      "release_date": "2014-05-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-11-19T06:04:15+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:2101"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:N/C:P/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python: missing boundary check in JSON module"
    },
    {
      "cve": "CVE-2014-4650",
      "cwe": {
        "id": "CWE-138",
        "name": "Improper Neutralization of Special Elements"
      },
      "discovery_date": "2014-06-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1113527"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was discovered that the CGIHTTPServer module incorrectly handled URL encoded paths. A remote attacker could use this flaw to execute scripts outside of the cgi-bin directory, or disclose source of scripts in the cgi-bin directory.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: CGIHTTPServer module does not properly handle URL-encoded path separators in URLs",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5 and 7 as well as Red Hat Software Collections. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.\n\nRed Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact 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-optional:python-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-0:2.7.5-34.el7.src",
          "7Client-optional:python-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Client:python-0:2.7.5-34.el7.aarch64",
          "7Client:python-0:2.7.5-34.el7.ppc64",
          "7Client:python-0:2.7.5-34.el7.ppc64le",
          "7Client:python-0:2.7.5-34.el7.s390x",
          "7Client:python-0:2.7.5-34.el7.src",
          "7Client:python-0:2.7.5-34.el7.x86_64",
          "7Client:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debug-0:2.7.5-34.el7.s390x",
          "7Client:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client:python-devel-0:2.7.5-34.el7.s390x",
          "7Client:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client:python-libs-0:2.7.5-34.el7.i686",
          "7Client:python-libs-0:2.7.5-34.el7.ppc",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client:python-libs-0:2.7.5-34.el7.s390",
          "7Client:python-libs-0:2.7.5-34.el7.s390x",
          "7Client:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client:python-test-0:2.7.5-34.el7.aarch64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client:python-test-0:2.7.5-34.el7.s390x",
          "7Client:python-test-0:2.7.5-34.el7.x86_64",
          "7Client:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client:python-tools-0:2.7.5-34.el7.s390x",
          "7Client:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client:tkinter-0:2.7.5-34.el7.s390x",
          "7Client:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-0:2.7.5-34.el7.src",
          "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-0:2.7.5-34.el7.src",
          "7Server-optional:python-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server:python-0:2.7.5-34.el7.aarch64",
          "7Server:python-0:2.7.5-34.el7.ppc64",
          "7Server:python-0:2.7.5-34.el7.ppc64le",
          "7Server:python-0:2.7.5-34.el7.s390x",
          "7Server:python-0:2.7.5-34.el7.src",
          "7Server:python-0:2.7.5-34.el7.x86_64",
          "7Server:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debug-0:2.7.5-34.el7.s390x",
          "7Server:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server:python-devel-0:2.7.5-34.el7.s390x",
          "7Server:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server:python-libs-0:2.7.5-34.el7.i686",
          "7Server:python-libs-0:2.7.5-34.el7.ppc",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server:python-libs-0:2.7.5-34.el7.s390",
          "7Server:python-libs-0:2.7.5-34.el7.s390x",
          "7Server:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server:python-test-0:2.7.5-34.el7.aarch64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server:python-test-0:2.7.5-34.el7.s390x",
          "7Server:python-test-0:2.7.5-34.el7.x86_64",
          "7Server:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server:python-tools-0:2.7.5-34.el7.s390x",
          "7Server:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server:tkinter-0:2.7.5-34.el7.s390x",
          "7Server:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-0:2.7.5-34.el7.src",
          "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-0:2.7.5-34.el7.s390x",
          "7Workstation:python-0:2.7.5-34.el7.src",
          "7Workstation:python-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-4650"
        },
        {
          "category": "external",
          "summary": "RHBZ#1113527",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113527"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-4650",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-4650"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-4650",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-4650"
        }
      ],
      "release_date": "2014-06-23T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-11-19T06:04:15+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:2101"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "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"
          },
          "products": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python: CGIHTTPServer module does not properly handle URL-encoded path separators in URLs"
    },
    {
      "cve": "CVE-2014-7185",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2014-09-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1146026"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An integer overflow flaw was found in the way the buffer() function handled its offset and size arguments. An attacker able to control those arguments could use this flaw to disclose portions of the application memory or cause it to crash.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: buffer() integer overflow leading to out of bounds read",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 7. A future update may address this issue.\n\nRed Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Low security impact 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-optional:python-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-0:2.7.5-34.el7.src",
          "7Client-optional:python-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Client:python-0:2.7.5-34.el7.aarch64",
          "7Client:python-0:2.7.5-34.el7.ppc64",
          "7Client:python-0:2.7.5-34.el7.ppc64le",
          "7Client:python-0:2.7.5-34.el7.s390x",
          "7Client:python-0:2.7.5-34.el7.src",
          "7Client:python-0:2.7.5-34.el7.x86_64",
          "7Client:python-debug-0:2.7.5-34.el7.aarch64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64",
          "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debug-0:2.7.5-34.el7.s390x",
          "7Client:python-debug-0:2.7.5-34.el7.x86_64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Client:python-devel-0:2.7.5-34.el7.aarch64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64",
          "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Client:python-devel-0:2.7.5-34.el7.s390x",
          "7Client:python-devel-0:2.7.5-34.el7.x86_64",
          "7Client:python-libs-0:2.7.5-34.el7.aarch64",
          "7Client:python-libs-0:2.7.5-34.el7.i686",
          "7Client:python-libs-0:2.7.5-34.el7.ppc",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64",
          "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Client:python-libs-0:2.7.5-34.el7.s390",
          "7Client:python-libs-0:2.7.5-34.el7.s390x",
          "7Client:python-libs-0:2.7.5-34.el7.x86_64",
          "7Client:python-test-0:2.7.5-34.el7.aarch64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64",
          "7Client:python-test-0:2.7.5-34.el7.ppc64le",
          "7Client:python-test-0:2.7.5-34.el7.s390x",
          "7Client:python-test-0:2.7.5-34.el7.x86_64",
          "7Client:python-tools-0:2.7.5-34.el7.aarch64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64",
          "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Client:python-tools-0:2.7.5-34.el7.s390x",
          "7Client:python-tools-0:2.7.5-34.el7.x86_64",
          "7Client:tkinter-0:2.7.5-34.el7.aarch64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64",
          "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Client:tkinter-0:2.7.5-34.el7.s390x",
          "7Client:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
          "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-0:2.7.5-34.el7.src",
          "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
          "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
          "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-0:2.7.5-34.el7.src",
          "7Server-optional:python-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Server:python-0:2.7.5-34.el7.aarch64",
          "7Server:python-0:2.7.5-34.el7.ppc64",
          "7Server:python-0:2.7.5-34.el7.ppc64le",
          "7Server:python-0:2.7.5-34.el7.s390x",
          "7Server:python-0:2.7.5-34.el7.src",
          "7Server:python-0:2.7.5-34.el7.x86_64",
          "7Server:python-debug-0:2.7.5-34.el7.aarch64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64",
          "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debug-0:2.7.5-34.el7.s390x",
          "7Server:python-debug-0:2.7.5-34.el7.x86_64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Server:python-devel-0:2.7.5-34.el7.aarch64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64",
          "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Server:python-devel-0:2.7.5-34.el7.s390x",
          "7Server:python-devel-0:2.7.5-34.el7.x86_64",
          "7Server:python-libs-0:2.7.5-34.el7.aarch64",
          "7Server:python-libs-0:2.7.5-34.el7.i686",
          "7Server:python-libs-0:2.7.5-34.el7.ppc",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64",
          "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Server:python-libs-0:2.7.5-34.el7.s390",
          "7Server:python-libs-0:2.7.5-34.el7.s390x",
          "7Server:python-libs-0:2.7.5-34.el7.x86_64",
          "7Server:python-test-0:2.7.5-34.el7.aarch64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64",
          "7Server:python-test-0:2.7.5-34.el7.ppc64le",
          "7Server:python-test-0:2.7.5-34.el7.s390x",
          "7Server:python-test-0:2.7.5-34.el7.x86_64",
          "7Server:python-tools-0:2.7.5-34.el7.aarch64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64",
          "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Server:python-tools-0:2.7.5-34.el7.s390x",
          "7Server:python-tools-0:2.7.5-34.el7.x86_64",
          "7Server:tkinter-0:2.7.5-34.el7.aarch64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64",
          "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Server:tkinter-0:2.7.5-34.el7.s390x",
          "7Server:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-0:2.7.5-34.el7.src",
          "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-0:2.7.5-34.el7.s390x",
          "7Workstation:python-0:2.7.5-34.el7.src",
          "7Workstation:python-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
          "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
          "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-libs-0:2.7.5-34.el7.i686",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390",
          "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
          "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-test-0:2.7.5-34.el7.s390x",
          "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
          "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
          "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
          "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
          "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
          "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
          "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
          "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
          "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-7185"
        },
        {
          "category": "external",
          "summary": "RHBZ#1146026",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146026"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-7185",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-7185"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-7185",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-7185"
        }
      ],
      "release_date": "2014-06-23T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-11-19T06:04:15+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:2101"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.0,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:N/C:P/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client-optional:python-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-0:2.7.5-34.el7.src",
            "7Client-optional:python-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Client-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Client-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Client-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Client:python-0:2.7.5-34.el7.aarch64",
            "7Client:python-0:2.7.5-34.el7.ppc64",
            "7Client:python-0:2.7.5-34.el7.ppc64le",
            "7Client:python-0:2.7.5-34.el7.s390x",
            "7Client:python-0:2.7.5-34.el7.src",
            "7Client:python-0:2.7.5-34.el7.x86_64",
            "7Client:python-debug-0:2.7.5-34.el7.aarch64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64",
            "7Client:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debug-0:2.7.5-34.el7.s390x",
            "7Client:python-debug-0:2.7.5-34.el7.x86_64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Client:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Client:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Client:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Client:python-devel-0:2.7.5-34.el7.aarch64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64",
            "7Client:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Client:python-devel-0:2.7.5-34.el7.s390x",
            "7Client:python-devel-0:2.7.5-34.el7.x86_64",
            "7Client:python-libs-0:2.7.5-34.el7.aarch64",
            "7Client:python-libs-0:2.7.5-34.el7.i686",
            "7Client:python-libs-0:2.7.5-34.el7.ppc",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64",
            "7Client:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Client:python-libs-0:2.7.5-34.el7.s390",
            "7Client:python-libs-0:2.7.5-34.el7.s390x",
            "7Client:python-libs-0:2.7.5-34.el7.x86_64",
            "7Client:python-test-0:2.7.5-34.el7.aarch64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64",
            "7Client:python-test-0:2.7.5-34.el7.ppc64le",
            "7Client:python-test-0:2.7.5-34.el7.s390x",
            "7Client:python-test-0:2.7.5-34.el7.x86_64",
            "7Client:python-tools-0:2.7.5-34.el7.aarch64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64",
            "7Client:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Client:python-tools-0:2.7.5-34.el7.s390x",
            "7Client:python-tools-0:2.7.5-34.el7.x86_64",
            "7Client:tkinter-0:2.7.5-34.el7.aarch64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64",
            "7Client:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Client:tkinter-0:2.7.5-34.el7.s390x",
            "7Client:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.src",
            "7ComputeNode-optional:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-0:2.7.5-34.el7.src",
            "7ComputeNode:python-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debug-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-devel-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.i686",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-libs-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-test-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-test-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-test-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.s390x",
            "7ComputeNode:python-tools-0:2.7.5-34.el7.x86_64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.aarch64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.ppc64le",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.s390x",
            "7ComputeNode:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-0:2.7.5-34.el7.src",
            "7Server-optional:python-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Server-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Server-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Server-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Server:python-0:2.7.5-34.el7.aarch64",
            "7Server:python-0:2.7.5-34.el7.ppc64",
            "7Server:python-0:2.7.5-34.el7.ppc64le",
            "7Server:python-0:2.7.5-34.el7.s390x",
            "7Server:python-0:2.7.5-34.el7.src",
            "7Server:python-0:2.7.5-34.el7.x86_64",
            "7Server:python-debug-0:2.7.5-34.el7.aarch64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64",
            "7Server:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debug-0:2.7.5-34.el7.s390x",
            "7Server:python-debug-0:2.7.5-34.el7.x86_64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Server:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Server:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Server:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Server:python-devel-0:2.7.5-34.el7.aarch64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64",
            "7Server:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Server:python-devel-0:2.7.5-34.el7.s390x",
            "7Server:python-devel-0:2.7.5-34.el7.x86_64",
            "7Server:python-libs-0:2.7.5-34.el7.aarch64",
            "7Server:python-libs-0:2.7.5-34.el7.i686",
            "7Server:python-libs-0:2.7.5-34.el7.ppc",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64",
            "7Server:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Server:python-libs-0:2.7.5-34.el7.s390",
            "7Server:python-libs-0:2.7.5-34.el7.s390x",
            "7Server:python-libs-0:2.7.5-34.el7.x86_64",
            "7Server:python-test-0:2.7.5-34.el7.aarch64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64",
            "7Server:python-test-0:2.7.5-34.el7.ppc64le",
            "7Server:python-test-0:2.7.5-34.el7.s390x",
            "7Server:python-test-0:2.7.5-34.el7.x86_64",
            "7Server:python-tools-0:2.7.5-34.el7.aarch64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64",
            "7Server:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Server:python-tools-0:2.7.5-34.el7.s390x",
            "7Server:python-tools-0:2.7.5-34.el7.x86_64",
            "7Server:tkinter-0:2.7.5-34.el7.aarch64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64",
            "7Server:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Server:tkinter-0:2.7.5-34.el7.s390x",
            "7Server:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-0:2.7.5-34.el7.src",
            "7Workstation-optional:python-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation-optional:tkinter-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-0:2.7.5-34.el7.s390x",
            "7Workstation:python-0:2.7.5-34.el7.src",
            "7Workstation:python-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debug-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debug-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debug-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debug-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.i686",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.s390x",
            "7Workstation:python-debuginfo-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-devel-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-devel-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-devel-0:2.7.5-34.el7.s390x",
            "7Workstation:python-devel-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-libs-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-libs-0:2.7.5-34.el7.i686",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-libs-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390",
            "7Workstation:python-libs-0:2.7.5-34.el7.s390x",
            "7Workstation:python-libs-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-test-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-test-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-test-0:2.7.5-34.el7.s390x",
            "7Workstation:python-test-0:2.7.5-34.el7.x86_64",
            "7Workstation:python-tools-0:2.7.5-34.el7.aarch64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64",
            "7Workstation:python-tools-0:2.7.5-34.el7.ppc64le",
            "7Workstation:python-tools-0:2.7.5-34.el7.s390x",
            "7Workstation:python-tools-0:2.7.5-34.el7.x86_64",
            "7Workstation:tkinter-0:2.7.5-34.el7.aarch64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64",
            "7Workstation:tkinter-0:2.7.5-34.el7.ppc64le",
            "7Workstation:tkinter-0:2.7.5-34.el7.s390x",
            "7Workstation:tkinter-0:2.7.5-34.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: buffer() integer overflow leading to out of bounds read"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • 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.