suse-su-2021:0956-1
Vulnerability from csaf_suse
Published
2021-03-25 18:19
Modified
2021-03-25 18:19
Summary
Security update for libzypp, zypper

Notes

Title of the patch
Security update for libzypp, zypper
Description of the patch
This update for libzypp, 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 commands 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). - Add missing includes for GCC 11 compatibility. - 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. - 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)
Patchnames
SUSE-2021-956,SUSE-SLE-INSTALLER-15-SP1-2021-956,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-956,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-956,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-956,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-956,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-956,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-956,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-956,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-956,SUSE-Storage-6-2021-956
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 libzypp, zypper",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for libzypp, 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 commands 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- Add missing includes for GCC 11 compatibility.\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- 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",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2021-956,SUSE-SLE-INSTALLER-15-SP1-2021-956,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-956,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-956,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-956,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-956,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-956,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-956,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-956,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-956,SUSE-Storage-6-2021-956",
        "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_0956-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2021:0956-1",
        "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210956-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2021:0956-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-March/008560.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 1179816",
        "url": "https://bugzilla.suse.com/1179816"
      },
      {
        "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 1180077",
        "url": "https://bugzilla.suse.com/1180077"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1180663",
        "url": "https://bugzilla.suse.com/1180663"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1180721",
        "url": "https://bugzilla.suse.com/1180721"
      },
      {
        "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 libzypp, zypper",
    "tracking": {
      "current_release_date": "2021-03-25T18:19:23Z",
      "generator": {
        "date": "2021-03-25T18:19:23Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2021:0956-1",
      "initial_release_date": "2021-03-25T18:19:23Z",
      "revision_history": [
        {
          "date": "2021-03-25T18:19:23Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
                "product": {
                  "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
                  "product_id": "libsigc++2-devel-2.10.0-3.7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
                "product": {
                  "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
                  "product_id": "libsigc-2_0-0-2.10.0-3.7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.32.1.aarch64",
                  "product_id": "libsolv-demo-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.32.1.aarch64",
                  "product_id": "libsolv-devel-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.32.1.aarch64",
                  "product_id": "libsolv-tools-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
                "product": {
                  "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
                  "product_id": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
                "product": {
                  "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
                  "product_id": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
                "product": {
                  "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
                  "product_id": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
                "product": {
                  "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
                  "product_id": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.48.1.aarch64",
                "product": {
                  "name": "libzypp-17.25.8-3.48.1.aarch64",
                  "product_id": "libzypp-17.25.8-3.48.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.48.1.aarch64",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.48.1.aarch64",
                  "product_id": "libzypp-devel-17.25.8-3.48.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.48.1.aarch64",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.48.1.aarch64",
                  "product_id": "libzypp-devel-doc-17.25.8-3.48.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "perl-solv-0.7.17-3.32.1.aarch64",
                  "product_id": "perl-solv-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "python-solv-0.7.17-3.32.1.aarch64",
                  "product_id": "python-solv-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "python3-solv-0.7.17-3.32.1.aarch64",
                  "product_id": "python3-solv-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.32.1.aarch64",
                "product": {
                  "name": "ruby-solv-0.7.17-3.32.1.aarch64",
                  "product_id": "ruby-solv-0.7.17-3.32.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
                "product": {
                  "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
                  "product_id": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.34.1.aarch64",
                "product": {
                  "name": "zypper-1.14.43-3.34.1.aarch64",
                  "product_id": "zypper-1.14.43-3.34.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-64bit-2.10.0-3.7.1.aarch64_ilp32",
                "product": {
                  "name": "libsigc-2_0-0-64bit-2.10.0-3.7.1.aarch64_ilp32",
                  "product_id": "libsigc-2_0-0-64bit-2.10.0-3.7.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc++2-devel-2.10.0-3.7.1.i586",
                "product": {
                  "name": "libsigc++2-devel-2.10.0-3.7.1.i586",
                  "product_id": "libsigc++2-devel-2.10.0-3.7.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-2.10.0-3.7.1.i586",
                "product": {
                  "name": "libsigc-2_0-0-2.10.0-3.7.1.i586",
                  "product_id": "libsigc-2_0-0-2.10.0-3.7.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.32.1.i586",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.32.1.i586",
                  "product_id": "libsolv-demo-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.32.1.i586",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.32.1.i586",
                  "product_id": "libsolv-devel-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.32.1.i586",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.32.1.i586",
                  "product_id": "libsolv-tools-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.i586",
                "product": {
                  "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.i586",
                  "product_id": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.i586",
                "product": {
                  "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.i586",
                  "product_id": "libyui-ncurses-pkg9-2.48.9-7.7.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.i586",
                "product": {
                  "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.i586",
                  "product_id": "libyui-qt-pkg-devel-2.45.28-3.10.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg9-2.45.28-3.10.1.i586",
                "product": {
                  "name": "libyui-qt-pkg9-2.45.28-3.10.1.i586",
                  "product_id": "libyui-qt-pkg9-2.45.28-3.10.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.48.1.i586",
                "product": {
                  "name": "libzypp-17.25.8-3.48.1.i586",
                  "product_id": "libzypp-17.25.8-3.48.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.48.1.i586",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.48.1.i586",
                  "product_id": "libzypp-devel-17.25.8-3.48.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.48.1.i586",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.48.1.i586",
                  "product_id": "libzypp-devel-doc-17.25.8-3.48.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.32.1.i586",
                "product": {
                  "name": "perl-solv-0.7.17-3.32.1.i586",
                  "product_id": "perl-solv-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.32.1.i586",
                "product": {
                  "name": "python-solv-0.7.17-3.32.1.i586",
                  "product_id": "python-solv-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.32.1.i586",
                "product": {
                  "name": "python3-solv-0.7.17-3.32.1.i586",
                  "product_id": "python3-solv-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.32.1.i586",
                "product": {
                  "name": "ruby-solv-0.7.17-3.32.1.i586",
                  "product_id": "ruby-solv-0.7.17-3.32.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-4.1.3-3.10.3.i586",
                "product": {
                  "name": "yast2-pkg-bindings-4.1.3-3.10.3.i586",
                  "product_id": "yast2-pkg-bindings-4.1.3-3.10.3.i586"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.34.1.i586",
                "product": {
                  "name": "zypper-1.14.43-3.34.1.i586",
                  "product_id": "zypper-1.14.43-3.34.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
                "product": {
                  "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
                  "product_id": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
                "product": {
                  "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
                  "product_id": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-devel-doc-4.1.3-3.10.1.noarch",
                "product": {
                  "name": "yast2-pkg-bindings-devel-doc-4.1.3-3.10.1.noarch",
                  "product_id": "yast2-pkg-bindings-devel-doc-4.1.3-3.10.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-aptitude-1.14.43-3.34.1.noarch",
                "product": {
                  "name": "zypper-aptitude-1.14.43-3.34.1.noarch",
                  "product_id": "zypper-aptitude-1.14.43-3.34.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-log-1.14.43-3.34.1.noarch",
                "product": {
                  "name": "zypper-log-1.14.43-3.34.1.noarch",
                  "product_id": "zypper-log-1.14.43-3.34.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
                "product": {
                  "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
                  "product_id": "zypper-needs-restarting-1.14.43-3.34.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc++2-devel-2.10.0-3.7.1.ppc64le",
                "product": {
                  "name": "libsigc++2-devel-2.10.0-3.7.1.ppc64le",
                  "product_id": "libsigc++2-devel-2.10.0-3.7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
                "product": {
                  "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
                  "product_id": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.32.1.ppc64le",
                  "product_id": "libsolv-demo-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.32.1.ppc64le",
                  "product_id": "libsolv-devel-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.32.1.ppc64le",
                  "product_id": "libsolv-tools-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
                "product": {
                  "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
                  "product_id": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
                "product": {
                  "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
                  "product_id": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
                "product": {
                  "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
                  "product_id": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
                "product": {
                  "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
                  "product_id": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.48.1.ppc64le",
                "product": {
                  "name": "libzypp-17.25.8-3.48.1.ppc64le",
                  "product_id": "libzypp-17.25.8-3.48.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.48.1.ppc64le",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.48.1.ppc64le",
                  "product_id": "libzypp-devel-17.25.8-3.48.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.48.1.ppc64le",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.48.1.ppc64le",
                  "product_id": "libzypp-devel-doc-17.25.8-3.48.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "perl-solv-0.7.17-3.32.1.ppc64le",
                  "product_id": "perl-solv-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "python-solv-0.7.17-3.32.1.ppc64le",
                  "product_id": "python-solv-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "python3-solv-0.7.17-3.32.1.ppc64le",
                  "product_id": "python3-solv-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.32.1.ppc64le",
                "product": {
                  "name": "ruby-solv-0.7.17-3.32.1.ppc64le",
                  "product_id": "ruby-solv-0.7.17-3.32.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
                "product": {
                  "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
                  "product_id": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.34.1.ppc64le",
                "product": {
                  "name": "zypper-1.14.43-3.34.1.ppc64le",
                  "product_id": "zypper-1.14.43-3.34.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc++2-devel-2.10.0-3.7.1.s390x",
                "product": {
                  "name": "libsigc++2-devel-2.10.0-3.7.1.s390x",
                  "product_id": "libsigc++2-devel-2.10.0-3.7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-2.10.0-3.7.1.s390x",
                "product": {
                  "name": "libsigc-2_0-0-2.10.0-3.7.1.s390x",
                  "product_id": "libsigc-2_0-0-2.10.0-3.7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.32.1.s390x",
                  "product_id": "libsolv-demo-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.32.1.s390x",
                  "product_id": "libsolv-devel-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.32.1.s390x",
                  "product_id": "libsolv-tools-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
                "product": {
                  "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
                  "product_id": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
                "product": {
                  "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
                  "product_id": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
                "product": {
                  "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
                  "product_id": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg9-2.45.28-3.10.1.s390x",
                "product": {
                  "name": "libyui-qt-pkg9-2.45.28-3.10.1.s390x",
                  "product_id": "libyui-qt-pkg9-2.45.28-3.10.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.48.1.s390x",
                "product": {
                  "name": "libzypp-17.25.8-3.48.1.s390x",
                  "product_id": "libzypp-17.25.8-3.48.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.48.1.s390x",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.48.1.s390x",
                  "product_id": "libzypp-devel-17.25.8-3.48.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.48.1.s390x",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.48.1.s390x",
                  "product_id": "libzypp-devel-doc-17.25.8-3.48.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "perl-solv-0.7.17-3.32.1.s390x",
                  "product_id": "perl-solv-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "python-solv-0.7.17-3.32.1.s390x",
                  "product_id": "python-solv-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "python3-solv-0.7.17-3.32.1.s390x",
                  "product_id": "python3-solv-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.32.1.s390x",
                "product": {
                  "name": "ruby-solv-0.7.17-3.32.1.s390x",
                  "product_id": "ruby-solv-0.7.17-3.32.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-4.1.3-3.10.3.s390x",
                "product": {
                  "name": "yast2-pkg-bindings-4.1.3-3.10.3.s390x",
                  "product_id": "yast2-pkg-bindings-4.1.3-3.10.3.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.34.1.s390x",
                "product": {
                  "name": "zypper-1.14.43-3.34.1.s390x",
                  "product_id": "zypper-1.14.43-3.34.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
                "product": {
                  "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
                  "product_id": "libsigc++2-devel-2.10.0-3.7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
                "product": {
                  "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
                  "product_id": "libsigc-2_0-0-2.10.0-3.7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsigc-2_0-0-32bit-2.10.0-3.7.1.x86_64",
                "product": {
                  "name": "libsigc-2_0-0-32bit-2.10.0-3.7.1.x86_64",
                  "product_id": "libsigc-2_0-0-32bit-2.10.0-3.7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-demo-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "libsolv-demo-0.7.17-3.32.1.x86_64",
                  "product_id": "libsolv-demo-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-devel-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "libsolv-devel-0.7.17-3.32.1.x86_64",
                  "product_id": "libsolv-devel-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libsolv-tools-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "libsolv-tools-0.7.17-3.32.1.x86_64",
                  "product_id": "libsolv-tools-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
                "product": {
                  "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
                  "product_id": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
                "product": {
                  "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
                  "product_id": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
                "product": {
                  "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
                  "product_id": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
                "product": {
                  "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
                  "product_id": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-17.25.8-3.48.1.x86_64",
                "product": {
                  "name": "libzypp-17.25.8-3.48.1.x86_64",
                  "product_id": "libzypp-17.25.8-3.48.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-17.25.8-3.48.1.x86_64",
                "product": {
                  "name": "libzypp-devel-17.25.8-3.48.1.x86_64",
                  "product_id": "libzypp-devel-17.25.8-3.48.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libzypp-devel-doc-17.25.8-3.48.1.x86_64",
                "product": {
                  "name": "libzypp-devel-doc-17.25.8-3.48.1.x86_64",
                  "product_id": "libzypp-devel-doc-17.25.8-3.48.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "perl-solv-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "perl-solv-0.7.17-3.32.1.x86_64",
                  "product_id": "perl-solv-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python-solv-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "python-solv-0.7.17-3.32.1.x86_64",
                  "product_id": "python-solv-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-solv-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "python3-solv-0.7.17-3.32.1.x86_64",
                  "product_id": "python3-solv-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "ruby-solv-0.7.17-3.32.1.x86_64",
                "product": {
                  "name": "ruby-solv-0.7.17-3.32.1.x86_64",
                  "product_id": "ruby-solv-0.7.17-3.32.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
                "product": {
                  "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
                  "product_id": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "zypper-1.14.43-3.34.1.x86_64",
                "product": {
                  "name": "zypper-1.14.43-3.34.1.x86_64",
                  "product_id": "zypper-1.14.43-3.34.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Installer Updates 15 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Installer Updates 15 SP1",
                  "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP1-BCL",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP1-BCL",
                  "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_bcl:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Proxy 4.0",
                "product": {
                  "name": "SUSE Manager Proxy 4.0",
                  "product_id": "SUSE Manager Proxy 4.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-proxy:4.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Retail Branch Server 4.0",
                "product": {
                  "name": "SUSE Manager Retail Branch Server 4.0",
                  "product_id": "SUSE Manager Retail Branch Server 4.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 4.0",
                "product": {
                  "name": "SUSE Manager Server 4.0",
                  "product_id": "SUSE Manager Server 4.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:4.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 6",
                "product": {
                  "name": "SUSE Enterprise Storage 6",
                  "product_id": "SUSE Enterprise Storage 6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.s390x"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.s390x"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.s390x"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.s390x"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.s390x"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP1",
          "product_id": "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.s390x"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.s390x"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.s390x"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.s390x"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.s390x"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.s390x"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.s390x"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.s390x"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.34.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.s390x"
        },
        "product_reference": "zypper-1.14.43-3.34.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.34.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Manager Proxy 4.0",
          "product_id": "SUSE Manager Proxy 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Proxy 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Manager Retail Branch Server 4.0",
          "product_id": "SUSE Manager Retail Branch Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.s390x"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.ppc64le"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.s390x"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.s390x"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.s390x"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.s390x"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.s390x"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.ppc64le"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.s390x"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.ppc64le"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.s390x"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.s390x"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.ppc64le as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.ppc64le"
        },
        "product_reference": "zypper-1.14.43-3.34.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.s390x as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.s390x"
        },
        "product_reference": "zypper-1.14.43-3.34.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Manager Server 4.0",
          "product_id": "SUSE Manager Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Manager Server 4.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc++2-devel-2.10.0-3.7.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc++2-devel-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.aarch64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsigc-2_0-0-2.10.0-3.7.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.x86_64"
        },
        "product_reference": "libsigc-2_0-0-2.10.0-3.7.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-devel-0.7.17-3.32.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-devel-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsolv-tools-0.7.17-3.32.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "libsolv-tools-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch"
        },
        "product_reference": "libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64"
        },
        "product_reference": "libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch"
        },
        "product_reference": "libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.aarch64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.x86_64"
        },
        "product_reference": "libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-17.25.8-3.48.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.aarch64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzypp-devel-17.25.8-3.48.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.x86_64"
        },
        "product_reference": "libzypp-devel-17.25.8-3.48.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-solv-0.7.17-3.32.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "perl-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-solv-0.7.17-3.32.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "python3-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.aarch64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ruby-solv-0.7.17-3.32.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.x86_64"
        },
        "product_reference": "ruby-solv-0.7.17-3.32.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.aarch64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.x86_64"
        },
        "product_reference": "yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.aarch64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.aarch64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-1.14.43-3.34.1.x86_64 as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.x86_64"
        },
        "product_reference": "zypper-1.14.43-3.34.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-log-1.14.43-3.34.1.noarch as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:zypper-log-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-log-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "zypper-needs-restarting-1.14.43-3.34.1.noarch as component of SUSE Enterprise Storage 6",
          "product_id": "SUSE Enterprise Storage 6:zypper-needs-restarting-1.14.43-3.34.1.noarch"
        },
        "product_reference": "zypper-needs-restarting-1.14.43-3.34.1.noarch",
        "relates_to_product_reference": "SUSE Enterprise Storage 6"
      }
    ]
  },
  "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 Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.aarch64",
          "SUSE Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
          "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.aarch64",
          "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.aarch64",
          "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
          "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Enterprise Storage 6:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
          "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
          "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Enterprise Storage 6:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
          "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.aarch64",
          "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.aarch64",
          "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.aarch64",
          "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.aarch64",
          "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.aarch64",
          "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
          "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.aarch64",
          "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Enterprise Storage 6:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Enterprise Storage 6:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
          "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
          "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
          "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.s390x",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Manager Proxy 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Manager Proxy 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Manager Proxy 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Manager Proxy 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Manager Proxy 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Manager Proxy 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Manager Proxy 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Manager Proxy 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Manager Proxy 4.0:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Manager Proxy 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Manager Proxy 4.0:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Proxy 4.0:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Proxy 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Proxy 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Manager Proxy 4.0:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Manager Proxy 4.0:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Manager Proxy 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Manager Retail Branch Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Manager Retail Branch Server 4.0:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Manager Retail Branch Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Manager Retail Branch Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
          "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
          "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.s390x",
          "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
          "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
          "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.s390x",
          "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
          "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.ppc64le",
          "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.s390x",
          "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
          "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.ppc64le",
          "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.s390x",
          "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
          "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
          "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
          "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
          "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
          "SUSE Manager Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
          "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
          "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
          "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
          "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.ppc64le",
          "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.s390x",
          "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
          "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.ppc64le",
          "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.s390x",
          "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
          "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.s390x",
          "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.s390x",
          "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.ppc64le",
          "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.s390x",
          "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
          "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
          "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
          "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
          "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.ppc64le",
          "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.s390x",
          "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.x86_64",
          "SUSE Manager Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
          "SUSE Manager Server 4.0:zypper-needs-restarting-1.14.43-3.34.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 Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Enterprise Storage 6:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Enterprise Storage 6:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Proxy 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Proxy 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Proxy 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Proxy 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Proxy 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Proxy 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Proxy 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Retail Branch Server 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.s390x",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.s390x",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.s390x",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Server 4.0:zypper-needs-restarting-1.14.43-3.34.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 Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Enterprise Storage 6:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Enterprise Storage 6:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Enterprise Storage 6:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Enterprise Storage 6:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Enterprise Storage 6:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Enterprise Storage 6:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Enterprise Storage 6:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Enterprise Storage 6:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Enterprise Storage 6:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Enterprise Storage 6:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Linux Enterprise Installer Updates 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-BCL:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.s390x",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server 15 SP1-LTSS:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP1:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Proxy 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Proxy 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Proxy 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Proxy 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Proxy 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Proxy 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Proxy 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Proxy 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Proxy 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Proxy 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Retail Branch Server 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Retail Branch Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Retail Branch Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.ppc64le",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.s390x",
            "SUSE Manager Server 4.0:libsigc++2-devel-2.10.0-3.7.1.x86_64",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.ppc64le",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.s390x",
            "SUSE Manager Server 4.0:libsigc-2_0-0-2.10.0-3.7.1.x86_64",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:libsolv-devel-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:libsolv-tools-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.s390x",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-devel-2.48.9-7.7.1.x86_64",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg-doc-2.48.9-7.7.1.noarch",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.s390x",
            "SUSE Manager Server 4.0:libyui-ncurses-pkg9-2.48.9-7.7.1.x86_64",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.s390x",
            "SUSE Manager Server 4.0:libyui-qt-pkg-devel-2.45.28-3.10.1.x86_64",
            "SUSE Manager Server 4.0:libyui-qt-pkg-doc-2.45.28-3.10.1.noarch",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.ppc64le",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.s390x",
            "SUSE Manager Server 4.0:libyui-qt-pkg9-2.45.28-3.10.1.x86_64",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.ppc64le",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.s390x",
            "SUSE Manager Server 4.0:libzypp-17.25.8-3.48.1.x86_64",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.ppc64le",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.s390x",
            "SUSE Manager Server 4.0:libzypp-devel-17.25.8-3.48.1.x86_64",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:perl-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:python3-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.ppc64le",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.s390x",
            "SUSE Manager Server 4.0:ruby-solv-0.7.17-3.32.1.x86_64",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.ppc64le",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.s390x",
            "SUSE Manager Server 4.0:yast2-pkg-bindings-4.1.3-3.10.3.x86_64",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.ppc64le",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.s390x",
            "SUSE Manager Server 4.0:zypper-1.14.43-3.34.1.x86_64",
            "SUSE Manager Server 4.0:zypper-log-1.14.43-3.34.1.noarch",
            "SUSE Manager Server 4.0:zypper-needs-restarting-1.14.43-3.34.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-03-25T18:19:23Z",
          "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…