suse-su-2020:1792-1
Vulnerability from csaf_suse
Published
2020-06-26 12:07
Modified
2020-06-26 12:07
Summary
Security update for python3-requests

Notes

Title of the patch
Security update for python3-requests
Description of the patch
This update for python3-requests provides the following fix: python-requests was updated to 2.20.1. Update to version 2.20.1: * Fixed bug with unintended Authorization header stripping for redirects using default ports (http/80, https/443). Update to version 2.20.0: * Bugfixes + Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). + Fixed exception leak where certain redirect urls would raise uncaught urllib3 exceptions. + Requests removes Authorization header from requests redirected from https to http on the same hostname. (CVE-2018-18074) + should_bypass_proxies now handles URIs without hostnames (e.g. files). Update to version 2.19.1: * Fixed issue where status_codes.py’s init function failed trying to append to a __doc__ value of None. Update to version 2.19.0: * Improvements + Warn about possible slowdown with cryptography version < 1.3.4 + Check host in proxy URL, before forwarding request to adapter. + Maintain fragments properly across redirects. (RFC7231 7.1.2) + Removed use of cgi module to expedite library load time. + Added support for SHA-256 and SHA-512 digest auth algorithms. + Minor performance improvement to Request.content. * Bugfixes + Parsing empty Link headers with parse_header_links() no longer return one bogus entry. + Fixed issue where loading the default certificate bundle from a zip archive would raise an IOError. + Fixed issue with unexpected ImportError on windows system which do not support winreg module. + DNS resolution in proxy bypass no longer includes the username and password in the request. This also fixes the issue of DNS queries failing on macOS. + Properly normalize adapter prefixes for url comparison. + Passing None as a file pointer to the files param no longer raises an exception. + Calling copy on a RequestsCookieJar will now preserve the cookie policy correctly. Update to version 2.18.4: * Improvements + Error messages for invalid headers now include the header name for easier debugging Update to version 2.18.3: * Improvements + Running $ python -m requests.help now includes the installed version of idna. * Bugfixes + Fixed issue where Requests would raise ConnectionError instead of SSLError when encountering SSL problems when using urllib3 v1.22. - Add ca-certificates (and ca-certificates-mozilla) to dependencies, otherwise https connections will fail.
Patchnames
HPE-Helion-OpenStack-8-2020-1792,SUSE-2020-1792,SUSE-OpenStack-Cloud-7-2020-1792,SUSE-OpenStack-Cloud-8-2020-1792,SUSE-OpenStack-Cloud-Crowbar-8-2020-1792,SUSE-SLE-Module-Public-Cloud-12-2020-1792,SUSE-SLE-SAP-12-SP2-2020-1792,SUSE-SLE-SAP-12-SP3-2020-1792,SUSE-SLE-SDK-12-SP5-2020-1792,SUSE-SLE-SERVER-12-SP2-2020-1792,SUSE-SLE-SERVER-12-SP2-BCL-2020-1792,SUSE-SLE-SERVER-12-SP3-2020-1792,SUSE-SLE-SERVER-12-SP3-BCL-2020-1792,SUSE-SLE-SERVER-12-SP4-2020-1792,SUSE-SLE-SERVER-12-SP5-2020-1792,SUSE-SLE-WE-12-SP5-2020-1792,SUSE-SUSE-Manager-Proxy-3.2-2020-1792,SUSE-SUSE-Manager-Server-3.2-2020-1792,SUSE-Storage-5-2020-1792
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for python3-requests",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python3-requests provides the following fix:\n\npython-requests was updated to 2.20.1.\n\nUpdate to version 2.20.1:\n\n* Fixed bug with unintended Authorization header stripping for\n  redirects using default ports (http/80, https/443).\n\nUpdate to version 2.20.0:\n\n* Bugfixes\n\n  + Content-Type header parsing is now case-insensitive\n    (e.g. charset=utf8 v Charset=utf8).\n  + Fixed exception leak where certain redirect urls would raise\n    uncaught urllib3 exceptions.\n  + Requests removes Authorization header from requests redirected\n    from https to http on the same hostname. (CVE-2018-18074)\n  + should_bypass_proxies now handles URIs without hostnames\n    (e.g. files).\n\nUpdate to version 2.19.1:\n\n* Fixed issue where status_codes.py\u2019s init function failed trying\n  to append to a __doc__ value of None.\n\nUpdate to version 2.19.0:\n\n* Improvements\n\n  + Warn about possible slowdown with cryptography version \u003c 1.3.4\n  + Check host in proxy URL, before forwarding request to adapter.\n  + Maintain fragments properly across redirects. (RFC7231 7.1.2)\n  + Removed use of cgi module to expedite library load time.\n  + Added support for SHA-256 and SHA-512 digest auth algorithms.\n  + Minor performance improvement to Request.content.\n\n* Bugfixes\n\n  + Parsing empty Link headers with parse_header_links() no longer\n    return one bogus entry.\n  + Fixed issue where loading the default certificate bundle from\n    a zip archive would raise an IOError.\n  + Fixed issue with unexpected ImportError on windows system\n    which do not support winreg module.\n  + DNS resolution in proxy bypass no longer includes the username\n    and password in the request. This also fixes the issue of DNS\n    queries failing on macOS.\n  + Properly normalize adapter prefixes for url comparison.\n  + Passing None as a file pointer to the files param no longer\n    raises an exception.\n  + Calling copy on a RequestsCookieJar will now preserve the\n    cookie policy correctly.\n\nUpdate to version 2.18.4:\n\n* Improvements\n\n  + Error messages for invalid headers now include the header name\n    for easier debugging\n\nUpdate to version 2.18.3:\n\n* Improvements\n  + Running $ python -m requests.help now includes the installed\n    version of idna.\n* Bugfixes\n  + Fixed issue where Requests would raise ConnectionError instead\n    of SSLError when encountering SSL problems when using urllib3\n    v1.22.\n\n- Add ca-certificates (and ca-certificates-mozilla) to dependencies, otherwise https\n  connections will fail.\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "HPE-Helion-OpenStack-8-2020-1792,SUSE-2020-1792,SUSE-OpenStack-Cloud-7-2020-1792,SUSE-OpenStack-Cloud-8-2020-1792,SUSE-OpenStack-Cloud-Crowbar-8-2020-1792,SUSE-SLE-Module-Public-Cloud-12-2020-1792,SUSE-SLE-SAP-12-SP2-2020-1792,SUSE-SLE-SAP-12-SP3-2020-1792,SUSE-SLE-SDK-12-SP5-2020-1792,SUSE-SLE-SERVER-12-SP2-2020-1792,SUSE-SLE-SERVER-12-SP2-BCL-2020-1792,SUSE-SLE-SERVER-12-SP3-2020-1792,SUSE-SLE-SERVER-12-SP3-BCL-2020-1792,SUSE-SLE-SERVER-12-SP4-2020-1792,SUSE-SLE-SERVER-12-SP5-2020-1792,SUSE-SLE-WE-12-SP5-2020-1792,SUSE-SUSE-Manager-Proxy-3.2-2020-1792,SUSE-SUSE-Manager-Server-3.2-2020-1792,SUSE-Storage-5-2020-1792",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_1792-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2020:1792-1",
        "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201792-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2020:1792-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-June/007049.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1054413",
        "url": "https://bugzilla.suse.com/1054413"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1073879",
        "url": "https://bugzilla.suse.com/1073879"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1111622",
        "url": "https://bugzilla.suse.com/1111622"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1122668",
        "url": "https://bugzilla.suse.com/1122668"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 761500",
        "url": "https://bugzilla.suse.com/761500"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 922448",
        "url": "https://bugzilla.suse.com/922448"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 929736",
        "url": "https://bugzilla.suse.com/929736"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 935252",
        "url": "https://bugzilla.suse.com/935252"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 945455",
        "url": "https://bugzilla.suse.com/945455"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 947357",
        "url": "https://bugzilla.suse.com/947357"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961596",
        "url": "https://bugzilla.suse.com/961596"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967128",
        "url": "https://bugzilla.suse.com/967128"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-2296 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-2296/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-18074 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-18074/"
      }
    ],
    "title": "Security update for python3-requests",
    "tracking": {
      "current_release_date": "2020-06-26T12:07:54Z",
      "generator": {
        "date": "2020-06-26T12:07:54Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2020:1792-1",
      "initial_release_date": "2020-06-26T12:07:54Z",
      "revision_history": [
        {
          "date": "2020-06-26T12:07:54Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-certifi-2018.4.16-3.6.1.noarch",
                "product": {
                  "name": "python3-certifi-2018.4.16-3.6.1.noarch",
                  "product_id": "python3-certifi-2018.4.16-3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python3-chardet-3.0.4-5.6.1.noarch",
                "product": {
                  "name": "python3-chardet-3.0.4-5.6.1.noarch",
                  "product_id": "python3-chardet-3.0.4-5.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python3-requests-2.20.1-5.2.noarch",
                "product": {
                  "name": "python3-requests-2.20.1-5.2.noarch",
                  "product_id": "python3-requests-2.20.1-5.2.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python3-urllib3-1.22-3.20.1.noarch",
                "product": {
                  "name": "python3-urllib3-1.22-3.20.1.noarch",
                  "product_id": "python3-urllib3-1.22-3.20.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python-certifi-2018.4.16-3.6.1.noarch",
                "product": {
                  "name": "python-certifi-2018.4.16-3.6.1.noarch",
                  "product_id": "python-certifi-2018.4.16-3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python-chardet-3.0.4-5.6.1.noarch",
                "product": {
                  "name": "python-chardet-3.0.4-5.6.1.noarch",
                  "product_id": "python-chardet-3.0.4-5.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python-urllib3-1.22-3.20.1.noarch",
                "product": {
                  "name": "python-urllib3-1.22-3.20.1.noarch",
                  "product_id": "python-urllib3-1.22-3.20.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "HPE Helion OpenStack 8",
                "product": {
                  "name": "HPE Helion OpenStack 8",
                  "product_id": "HPE Helion OpenStack 8",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:hpe-helion-openstack:8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE OpenStack Cloud 7",
                "product": {
                  "name": "SUSE OpenStack Cloud 7",
                  "product_id": "SUSE OpenStack Cloud 7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-openstack-cloud:7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE OpenStack Cloud 8",
                "product": {
                  "name": "SUSE OpenStack Cloud 8",
                  "product_id": "SUSE OpenStack Cloud 8",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-openstack-cloud:8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE OpenStack Cloud Crowbar 8",
                "product": {
                  "name": "SUSE OpenStack Cloud Crowbar 8",
                  "product_id": "SUSE OpenStack Cloud Crowbar 8",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Public Cloud 12",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Public Cloud 12",
                  "product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-public-cloud:12"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP2-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP2-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP2-BCL",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP2-BCL",
                  "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-bcl:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP3-BCL",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP3-BCL",
                  "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-bcl:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP4",
                  "product_id": "SUSE Linux Enterprise Server 12 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Workstation Extension 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Workstation Extension 12 SP5",
                  "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-we:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Proxy 3.2",
                "product": {
                  "name": "SUSE Manager Proxy 3.2",
                  "product_id": "SUSE Manager Proxy 3.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-proxy:3.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 3.2",
                "product": {
                  "name": "SUSE Manager Server 3.2",
                  "product_id": "SUSE Manager Server 3.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:3.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 5",
                "product": {
                  "name": "SUSE Enterprise Storage 5",
                  "product_id": "SUSE Enterprise Storage 5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of HPE Helion OpenStack 8",
          "product_id": "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "HPE Helion OpenStack 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of HPE Helion OpenStack 8",
          "product_id": "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "HPE Helion OpenStack 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of HPE Helion OpenStack 8",
          "product_id": "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "HPE Helion OpenStack 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of HPE Helion OpenStack 8",
          "product_id": "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "HPE Helion OpenStack 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE OpenStack Cloud 7",
          "product_id": "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE OpenStack Cloud 7",
          "product_id": "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE OpenStack Cloud 7",
          "product_id": "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE OpenStack Cloud 7",
          "product_id": "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE OpenStack Cloud 8",
          "product_id": "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE OpenStack Cloud 8",
          "product_id": "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE OpenStack Cloud 8",
          "product_id": "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE OpenStack Cloud 8",
          "product_id": "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE OpenStack Cloud Crowbar 8",
          "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE OpenStack Cloud Crowbar 8",
          "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE OpenStack Cloud Crowbar 8",
          "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE OpenStack Cloud Crowbar 8",
          "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL",
          "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP4",
          "product_id": "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP4",
          "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP4",
          "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP4",
          "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP4",
          "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Linux Enterprise Workstation Extension 12 SP5",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Linux Enterprise Workstation Extension 12 SP5",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Linux Enterprise Workstation Extension 12 SP5",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Linux Enterprise Workstation Extension 12 SP5",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Manager Proxy 3.2",
          "product_id": "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Manager Proxy 3.2",
          "product_id": "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Manager Proxy 3.2",
          "product_id": "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Manager Proxy 3.2",
          "product_id": "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-certifi-2018.4.16-3.6.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-chardet-3.0.4-5.6.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-1.22-3.20.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Manager Server 3.2",
          "product_id": "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 3.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-urllib3-1.22-3.20.1.noarch as component of SUSE Enterprise Storage 5",
          "product_id": "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-certifi-2018.4.16-3.6.1.noarch as component of SUSE Enterprise Storage 5",
          "product_id": "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch"
        },
        "product_reference": "python3-certifi-2018.4.16-3.6.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-chardet-3.0.4-5.6.1.noarch as component of SUSE Enterprise Storage 5",
          "product_id": "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch"
        },
        "product_reference": "python3-chardet-3.0.4-5.6.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-requests-2.20.1-5.2.noarch as component of SUSE Enterprise Storage 5",
          "product_id": "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch"
        },
        "product_reference": "python3-requests-2.20.1-5.2.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-urllib3-1.22-3.20.1.noarch as component of SUSE Enterprise Storage 5",
          "product_id": "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch"
        },
        "product_reference": "python3-urllib3-1.22-3.20.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-2296",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-2296"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The resolve_redirects function in sessions.py in requests 2.1.0 through 2.5.3 allows remote attackers to conduct session fixation attacks via a cookie without a host value in a redirect.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch",
          "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch",
          "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-2296",
          "url": "https://www.suse.com/security/cve/CVE-2015-2296"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 922448 for CVE-2015-2296",
          "url": "https://bugzilla.suse.com/922448"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 926396 for CVE-2015-2296",
          "url": "https://bugzilla.suse.com/926396"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch",
            "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch",
            "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-06-26T12:07:54Z",
          "details": "low"
        }
      ],
      "title": "CVE-2015-2296"
    },
    {
      "cve": "CVE-2018-18074",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-18074"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch",
          "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch",
          "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch",
          "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch",
          "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch",
          "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch",
          "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-18074",
          "url": "https://www.suse.com/security/cve/CVE-2018-18074"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1111622 for CVE-2018-18074",
          "url": "https://bugzilla.suse.com/1111622"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch",
            "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch",
            "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.0"
          },
          "products": [
            "HPE Helion OpenStack 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "HPE Helion OpenStack 8:python3-chardet-3.0.4-5.6.1.noarch",
            "HPE Helion OpenStack 8:python3-requests-2.20.1-5.2.noarch",
            "HPE Helion OpenStack 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Enterprise Storage 5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Enterprise Storage 5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Enterprise Storage 5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Module for Public Cloud 12:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-BCL:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-requests-2.20.1-5.2.noarch",
            "SUSE Linux Enterprise Workstation Extension 12 SP5:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Proxy 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Proxy 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Proxy 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python-urllib3-1.22-3.20.1.noarch",
            "SUSE Manager Server 3.2:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE Manager Server 3.2:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE Manager Server 3.2:python3-requests-2.20.1-5.2.noarch",
            "SUSE Manager Server 3.2:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 7:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 7:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 7:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud 8:python3-urllib3-1.22-3.20.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-certifi-2018.4.16-3.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-chardet-3.0.4-5.6.1.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-requests-2.20.1-5.2.noarch",
            "SUSE OpenStack Cloud Crowbar 8:python3-urllib3-1.22-3.20.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-06-26T12:07:54Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-18074"
    }
  ]
}


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.


Loading…

Loading…