suse-su-2021:0770-1
Vulnerability from csaf_suse
Published
2021-03-11 19:24
Modified
2021-03-11 19:24
Summary
Security update for libsolv, libzypp, yast2-installation, zypper

Notes

Title of the patch
Security update for libsolv, libzypp, yast2-installation, zypper
Description of the patch
This update for libsolv, libzypp, yast2-installation, zypper fixes the following issues: Update zypper to version 1.14.43: - doc: give more details about creating versioned package locks (bsc#1181622) - man: Document synonymously used patch categories (bsc#1179847) - Fix source-download commnds help (bsc#1180663) - man: Recommend to use the --non-interactive global option rather than the command option -y (bsc#1179816) - Extend apt packagemap (fixes #366) - --quiet: Fix install summary to write nothing if there's nothing todo (bsc#1180077) - Prefer /run over /var/run. Update libzypp to 17.25.8: - Try to provide a mounted /proc in --root installs (bsc#1181328) Some systemd tools require /proc to be mounted and fail if it's not there. - Enable release packages to request a releaxed suse/opensuse vendorcheck in dup when migrating. (bsc#1182629) - Patch: Identify well-known category names (bsc#1179847) This allows to use the RH and SUSE patch categrory names synonymously: (recommended = bugfix) and (optional = feature = enhancement). - Fix %posttrans script execution (fixes #265) The scripts are execuable. No need to call them through 'sh -c'. - Commit: Fix rpmdb compat symlink in case rpm got removed. - Repo: Allow multiple baseurls specified on one line (fixes #285) - Regex: Fix memory leak and undefined behavior. - Add rpm buildrequires for test suite (fixes #279) - Use rpmdb2solv new -D switch to tell the location ob the rpmdatabase to use. - BuildRequires: libsolv-devel >= 0.7.17. - CVE-2017-9271: Fixed information leak in the log file (bsc#1050625 bsc#1177583) - RepoManager: Force refresh if repo url has changed (bsc#1174016) - RepoManager: Carefully tidy up the caches. Remove non-directory entries. (bsc#1178966) - RepoInfo: ignore legacy type= in a .repo file and let RepoManager probe (bsc#1177427). - RpmDb: If no database exists use the _dbpath configured in rpm. Still makes sure a compat symlink at /var/lib/rpm exists in case the configures _dbpath is elsewhere. (bsc#1178910) - Fixed update of gpg keys with elongated expire date (bsc#1179222) - needreboot: remove udev from the list (bsc#1179083) - Fix lsof monitoring (bsc#1179909) - Rephrase solver problem descriptions (jsc#SLE-8482) - Adapt to changed gpg2/libgpgme behavior (bsc#1180721) - Multicurl backend breaks with with unknown filesize (fixes #277) Update yast2-installation to 4.0.77: - Do not cleanup the libzypp cache when the system has low memory, incomplete cache confuses libzypp later (bsc#1179415) Update libsolv to 0.7.17: - repo_write: fix handling of nested flexarray - improve choicerule generation a bit more to cover more cases - harden testcase parser against repos being added too late - support python-3.10 - check %_dbpath macro in rpmdb code - handle default/visible/langonly attributes in comps parser - support multiple collections in updateinfo parser - add '-D' option in rpmdb2solv to set the dbpath
Patchnames
SUSE-2021-770,SUSE-SLE-INSTALLER-15-2021-770,SUSE-SLE-Product-HPC-15-2021-770,SUSE-SLE-Product-SLES-15-2021-770,SUSE-SLE-Product-SLES_SAP-15-2021-770
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 libsolv, libzypp, yast2-installation, zypper",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for libsolv, libzypp, yast2-installation, zypper fixes the following issues:\n\nUpdate zypper to version 1.14.43:\n\n- doc: give more details about creating versioned package locks\n  (bsc#1181622)\n- man: Document synonymously used patch categories (bsc#1179847)\n- Fix source-download commnds help (bsc#1180663)\n- man: Recommend to use the --non-interactive global option rather than the command option -y (bsc#1179816)\n- Extend apt packagemap (fixes #366)\n- --quiet: Fix install summary to write nothing if there\u0027s nothing todo (bsc#1180077)\n- Prefer /run over /var/run.\n\nUpdate libzypp to 17.25.8:\n\n- Try to provide a mounted /proc in --root installs (bsc#1181328)\n  Some systemd tools require /proc to be mounted and fail if it\u0027s\n  not there.\n- Enable release packages to request a releaxed suse/opensuse\n  vendorcheck in dup when migrating. (bsc#1182629)\n- Patch: Identify well-known category names (bsc#1179847)\n  This allows to use the RH and SUSE patch categrory names\n  synonymously:\n  (recommended = bugfix) and (optional = feature = enhancement).\n- Fix %posttrans script execution (fixes #265)\n  The scripts are execuable. No need to call them through \u0027sh -c\u0027.\n- Commit: Fix rpmdb compat symlink in case rpm got removed.\n- Repo: Allow multiple baseurls specified on one line (fixes #285)\n- Regex: Fix memory leak and undefined behavior.\n- Add rpm buildrequires for test suite (fixes #279)\n- Use rpmdb2solv new -D switch to tell the location ob the\n  rpmdatabase to use.\n- BuildRequires:  libsolv-devel \u003e= 0.7.17.\n- CVE-2017-9271: Fixed information leak in the log file (bsc#1050625 bsc#1177583)\n- RepoManager: Force refresh if repo url has changed (bsc#1174016)\n- RepoManager: Carefully tidy up the caches. Remove non-directory entries. (bsc#1178966)\n- RepoInfo: ignore legacy type= in a .repo file and let RepoManager probe (bsc#1177427).\n- RpmDb: If no database exists use the _dbpath configured in rpm.  Still makes sure a compat\n  symlink at /var/lib/rpm exists in case the configures _dbpath is elsewhere. (bsc#1178910)\n- Fixed update of gpg keys with elongated expire date (bsc#1179222)\n- needreboot: remove udev from the list (bsc#1179083)\n- Fix lsof monitoring (bsc#1179909)\n- Rephrase solver problem descriptions (jsc#SLE-8482)\n- Adapt to changed gpg2/libgpgme behavior (bsc#1180721)\n- Multicurl backend breaks with with unknown filesize (fixes #277)\n\nUpdate yast2-installation to 4.0.77:\n\n- Do not cleanup the libzypp cache when the system has low memory,\n  incomplete cache confuses libzypp later (bsc#1179415)\n\nUpdate libsolv to 0.7.17:\n\n- repo_write: fix handling of nested flexarray\n- improve choicerule generation a bit more to cover more cases\n- harden testcase parser against repos being added too late\n- support python-3.10\n- check %_dbpath macro in rpmdb code\n- handle default/visible/langonly attributes in comps parser\n- support multiple collections in updateinfo parser\n- add \u0027-D\u0027 option in rpmdb2solv to set the dbpath\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2021-770,SUSE-SLE-INSTALLER-15-2021-770,SUSE-SLE-Product-HPC-15-2021-770,SUSE-SLE-Product-SLES-15-2021-770,SUSE-SLE-Product-SLES_SAP-15-2021-770",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0770-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2021:0770-1",
        "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210770-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2021:0770-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-March/008472.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1050625",
        "url": "https://bugzilla.suse.com/1050625"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1174016",
        "url": "https://bugzilla.suse.com/1174016"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1177238",
        "url": "https://bugzilla.suse.com/1177238"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1177275",
        "url": "https://bugzilla.suse.com/1177275"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1177427",
        "url": "https://bugzilla.suse.com/1177427"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1177583",
        "url": "https://bugzilla.suse.com/1177583"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1178910",
        "url": "https://bugzilla.suse.com/1178910"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1178966",
        "url": "https://bugzilla.suse.com/1178966"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179083",
        "url": "https://bugzilla.suse.com/1179083"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179222",
        "url": "https://bugzilla.suse.com/1179222"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179415",
        "url": "https://bugzilla.suse.com/1179415"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179847",
        "url": "https://bugzilla.suse.com/1179847"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179909",
        "url": "https://bugzilla.suse.com/1179909"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1181328",
        "url": "https://bugzilla.suse.com/1181328"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1181622",
        "url": "https://bugzilla.suse.com/1181622"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1182629",
        "url": "https://bugzilla.suse.com/1182629"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-9271 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-9271/"
      }
    ],
    "title": "Security update for libsolv, libzypp, yast2-installation, zypper",
    "tracking": {
      "current_release_date": "2021-03-11T19:24:20Z",
      "generator": {
        "date": "2021-03-11T19:24:20Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2021:0770-1",
      "initial_release_date": "2021-03-11T19:24:20Z",
      "revision_history": [
        {
          "date": "2021-03-11T19:24:20Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.40.1.aarch64",
                  "product_id": "libsolv-demo-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.40.1.aarch64",
                  "product_id": "libsolv-devel-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.40.1.aarch64",
                  "product_id": "libsolv-tools-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.66.1.aarch64",
                "product": {
                  "name": "libzypp-17.25.8-3.66.1.aarch64",
                  "product_id": "libzypp-17.25.8-3.66.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.66.1.aarch64",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.66.1.aarch64",
                  "product_id": "libzypp-devel-17.25.8-3.66.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.66.1.aarch64",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.66.1.aarch64",
                  "product_id": "libzypp-devel-doc-17.25.8-3.66.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "perl-solv-0.7.17-3.40.1.aarch64",
                  "product_id": "perl-solv-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "python-solv-0.7.17-3.40.1.aarch64",
                  "product_id": "python-solv-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "python3-solv-0.7.17-3.40.1.aarch64",
                  "product_id": "python3-solv-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.40.1.aarch64",
                "product": {
                  "name": "ruby-solv-0.7.17-3.40.1.aarch64",
                  "product_id": "ruby-solv-0.7.17-3.40.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.49.1.aarch64",
                "product": {
                  "name": "zypper-1.14.43-3.49.1.aarch64",
                  "product_id": "zypper-1.14.43-3.49.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.40.1.i586",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.40.1.i586",
                  "product_id": "libsolv-demo-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.40.1.i586",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.40.1.i586",
                  "product_id": "libsolv-devel-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.40.1.i586",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.40.1.i586",
                  "product_id": "libsolv-tools-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.66.1.i586",
                "product": {
                  "name": "libzypp-17.25.8-3.66.1.i586",
                  "product_id": "libzypp-17.25.8-3.66.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.66.1.i586",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.66.1.i586",
                  "product_id": "libzypp-devel-17.25.8-3.66.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.66.1.i586",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.66.1.i586",
                  "product_id": "libzypp-devel-doc-17.25.8-3.66.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.40.1.i586",
                "product": {
                  "name": "perl-solv-0.7.17-3.40.1.i586",
                  "product_id": "perl-solv-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.40.1.i586",
                "product": {
                  "name": "python-solv-0.7.17-3.40.1.i586",
                  "product_id": "python-solv-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.40.1.i586",
                "product": {
                  "name": "python3-solv-0.7.17-3.40.1.i586",
                  "product_id": "python3-solv-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.40.1.i586",
                "product": {
                  "name": "ruby-solv-0.7.17-3.40.1.i586",
                  "product_id": "ruby-solv-0.7.17-3.40.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.49.1.i586",
                "product": {
                  "name": "zypper-1.14.43-3.49.1.i586",
                  "product_id": "zypper-1.14.43-3.49.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "yast2-installation-4.0.77-3.22.5.noarch",
                "product": {
                  "name": "yast2-installation-4.0.77-3.22.5.noarch",
                  "product_id": "yast2-installation-4.0.77-3.22.5.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-aptitude-1.14.43-3.49.1.noarch",
                "product": {
                  "name": "zypper-aptitude-1.14.43-3.49.1.noarch",
                  "product_id": "zypper-aptitude-1.14.43-3.49.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-log-1.14.43-3.49.1.noarch",
                "product": {
                  "name": "zypper-log-1.14.43-3.49.1.noarch",
                  "product_id": "zypper-log-1.14.43-3.49.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-needs-restarting-1.14.43-3.49.1.noarch",
                "product": {
                  "name": "zypper-needs-restarting-1.14.43-3.49.1.noarch",
                  "product_id": "zypper-needs-restarting-1.14.43-3.49.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.40.1.ppc64le",
                  "product_id": "libsolv-demo-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.40.1.ppc64le",
                  "product_id": "libsolv-devel-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.40.1.ppc64le",
                  "product_id": "libsolv-tools-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.66.1.ppc64le",
                "product": {
                  "name": "libzypp-17.25.8-3.66.1.ppc64le",
                  "product_id": "libzypp-17.25.8-3.66.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.66.1.ppc64le",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.66.1.ppc64le",
                  "product_id": "libzypp-devel-17.25.8-3.66.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.66.1.ppc64le",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.66.1.ppc64le",
                  "product_id": "libzypp-devel-doc-17.25.8-3.66.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "perl-solv-0.7.17-3.40.1.ppc64le",
                  "product_id": "perl-solv-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "python-solv-0.7.17-3.40.1.ppc64le",
                  "product_id": "python-solv-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "python3-solv-0.7.17-3.40.1.ppc64le",
                  "product_id": "python3-solv-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.40.1.ppc64le",
                "product": {
                  "name": "ruby-solv-0.7.17-3.40.1.ppc64le",
                  "product_id": "ruby-solv-0.7.17-3.40.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.49.1.ppc64le",
                "product": {
                  "name": "zypper-1.14.43-3.49.1.ppc64le",
                  "product_id": "zypper-1.14.43-3.49.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.40.1.s390x",
                  "product_id": "libsolv-demo-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.40.1.s390x",
                  "product_id": "libsolv-devel-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.40.1.s390x",
                  "product_id": "libsolv-tools-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.66.1.s390x",
                "product": {
                  "name": "libzypp-17.25.8-3.66.1.s390x",
                  "product_id": "libzypp-17.25.8-3.66.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.66.1.s390x",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.66.1.s390x",
                  "product_id": "libzypp-devel-17.25.8-3.66.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.66.1.s390x",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.66.1.s390x",
                  "product_id": "libzypp-devel-doc-17.25.8-3.66.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "perl-solv-0.7.17-3.40.1.s390x",
                  "product_id": "perl-solv-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "python-solv-0.7.17-3.40.1.s390x",
                  "product_id": "python-solv-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "python3-solv-0.7.17-3.40.1.s390x",
                  "product_id": "python3-solv-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.40.1.s390x",
                "product": {
                  "name": "ruby-solv-0.7.17-3.40.1.s390x",
                  "product_id": "ruby-solv-0.7.17-3.40.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.49.1.s390x",
                "product": {
                  "name": "zypper-1.14.43-3.49.1.s390x",
                  "product_id": "zypper-1.14.43-3.49.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.40.1.x86_64",
                  "product_id": "libsolv-demo-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.40.1.x86_64",
                  "product_id": "libsolv-devel-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.40.1.x86_64",
                  "product_id": "libsolv-tools-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.66.1.x86_64",
                "product": {
                  "name": "libzypp-17.25.8-3.66.1.x86_64",
                  "product_id": "libzypp-17.25.8-3.66.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.66.1.x86_64",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.66.1.x86_64",
                  "product_id": "libzypp-devel-17.25.8-3.66.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.66.1.x86_64",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.66.1.x86_64",
                  "product_id": "libzypp-devel-doc-17.25.8-3.66.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "perl-solv-0.7.17-3.40.1.x86_64",
                  "product_id": "perl-solv-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "python-solv-0.7.17-3.40.1.x86_64",
                  "product_id": "python-solv-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "python3-solv-0.7.17-3.40.1.x86_64",
                  "product_id": "python3-solv-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.40.1.x86_64",
                "product": {
                  "name": "ruby-solv-0.7.17-3.40.1.x86_64",
                  "product_id": "ruby-solv-0.7.17-3.40.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.49.1.x86_64",
                "product": {
                  "name": "zypper-1.14.43-3.49.1.x86_64",
                  "product_id": "zypper-1.14.43-3.49.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Installer Updates 15",
                "product": {
                  "name": "SUSE Linux Enterprise Installer Updates 15",
                  "product_id": "SUSE Linux Enterprise Installer Updates 15"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.s390x"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.s390x as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.s390x"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-installation-4.0.77-3.22.5.noarch as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:yast2-installation-4.0.77-3.22.5.noarch"
        },
        "product_reference": "yast2-installation-4.0.77-3.22.5.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.s390x as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.s390x"
        },
        "product_reference": "zypper-1.14.43-3.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15",
          "product_id": "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-installation-4.0.77-3.22.5.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:yast2-installation-4.0.77-3.22.5.noarch"
        },
        "product_reference": "yast2-installation-4.0.77-3.22.5.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.49.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-log-1.14.43-3.49.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.49.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-installation-4.0.77-3.22.5.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch"
        },
        "product_reference": "yast2-installation-4.0.77-3.22.5.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.49.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-log-1.14.43-3.49.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.49.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.s390x"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.s390x"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.s390x"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.ppc64le"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.s390x"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.s390x"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.s390x"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.s390x"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.s390x"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-installation-4.0.77-3.22.5.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch"
        },
        "product_reference": "yast2-installation-4.0.77-3.22.5.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.s390x"
        },
        "product_reference": "zypper-1.14.43-3.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.49.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15-LTSS:zypper-log-1.14.43-3.49.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.49.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.ppc64le"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.66.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.ppc64le"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.40.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-installation-4.0.77-3.22.5.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:yast2-installation-4.0.77-3.22.5.noarch"
        },
        "product_reference": "yast2-installation-4.0.77-3.22.5.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.49.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.49.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:zypper-log-1.14.43-3.49.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.49.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2017-9271",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-9271"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The commandline package update tool zypper writes HTTP proxy credentials into its logfile, allowing local attackers to gain access to proxies used.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:yast2-installation-4.0.77-3.22.5.noarch",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-log-1.14.43-3.49.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
          "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15:yast2-installation-4.0.77-3.22.5.noarch",
          "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
          "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
          "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.s390x",
          "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
          "SUSE Linux Enterprise Server 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:yast2-installation-4.0.77-3.22.5.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15:zypper-log-1.14.43-3.49.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-9271",
          "url": "https://www.suse.com/security/cve/CVE-2017-9271"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1050625 for CVE-2017-9271",
          "url": "https://bugzilla.suse.com/1050625"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-log-1.14.43-3.49.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-ESPOS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.aarch64",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.s390x",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server 15-LTSS:zypper-log-1.14.43-3.49.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-devel-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libsolv-tools-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:libzypp-devel-17.25.8-3.66.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:perl-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:python-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:python3-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:ruby-solv-0.7.17-3.40.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:yast2-installation-4.0.77-3.22.5.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-1.14.43-3.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15:zypper-log-1.14.43-3.49.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-03-11T19:24:20Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2017-9271"
    }
  ]
}


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…