SUSE-SU-2026:0626-1

Vulnerability from csaf_suse - Published: 2026-02-25 09:42 - Updated: 2026-02-25 09:42
Summary
Security update 5.1.2 for Multi-Linux Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update 5.1.2 for Multi-Linux Manager Client Tools
Description of the patch: This update fixes the following issues: golang-github-QubitProducts-exporter_exporter: - Non-customer-facing optimization around source building golang-github-lusitaniae-apache_exporter: - Build without apparmor for openSUSE Leap 16, SLES 16 or newer - Require Go 1.23 for building - Update to version 1.0.10 * Update github.com/prometheus/client_golang to 1.21.1 * Update github.com/prometheus/common to 0.63.0 * Update github.com/prometheus/exporter-toolkit to 0.14.0 - Update to version 1.0.9 * Update github.com/prometheus/client_golang to 1.20.4 * Update github.com/prometheus/common to 0.59.1 * Update github.com/prometheus/exporter-toolkit to 0.13.0 * Migrate logging to log/slog * Fix signal handler logging scap-security-guide: - Updated to 0.1.79 (jsc#ECO-3319) - Add rhcos4 Profile for BSI Grundschutz - Create SLE15 general profile - Remove OCP STIG V1R1 - Remove OCP STIG V2R1 - Various updates for SLE 12/15 - Updated to 0.1.78 (jsc#ECO-3319) - Enable SCE content for problematic rules that can traverse the whole filesystem - Remove unnecessary Jinja2 macros in control files - Update RHEL 8 STIG to V2R4 and RHEL 9 STIG to V2R5 - Add Debian 13 profile for ANSSI BP 28 (enhanced) - Create SLEM5 General profile - Create SL Micro 6 product and general profile - Update SLE15 STIG version to V2R5 - Update SLE12 STIG version to V3R3 - Update SLEM5 STIG version to V1R2 - Remove the CIS profiles from all products - Remove the CIS profiles from the tarball spacecmd: - Version 5.1.12-0 * Fix spacecmd binary file upload (bsc#1253659) * Fix typo in spacecmd help ca-cert flag (bsc#1253174) * Convert cached IDs to int (bsc#1251995) * Fix methods in api namespace in spacecmd (bsc#1249532) * Make caching code Py 2.7 compatible * Use JSON instead of pickle for spacecmd cache (bsc#1227579) * Python 2.7 cannot re-raise exceptions venv-salt-minion: - Backport security patches for Salt vendored tornado: * CVE-2025-67724: missing validation of supplied reason phrase (bsc#1254903) * CVE-2025-67725: fix DoS via malicious HTTP request (bsc#1254905) * CVE-2025-67726: fix HTTP header parameter parsing algorithm (bsc#1254904) - Make syntax in httputil_test compatible with Python 3.6 - Fix KeyError in postgres module with PostgreSQL 17 (bsc#1254325) - Use internal deb classes instead of external aptsource lib - Speed up wheel key.finger call (bsc#1240532) - Simplify and speed up utils.find_json function (bsc#1246130) - Extend warn_until period to 2027
Patchnames: SUSE-2026-626,SUSE-MultiLinuxManagerTools-EL-8-2026-626
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "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 5.1.2 for Multi-Linux Manager Client Tools",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update fixes the following issues:\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- Non-customer-facing optimization around source building\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Build without apparmor for openSUSE Leap 16, SLES 16 or newer\n- Require Go 1.23 for building\n- Update to version 1.0.10\n  * Update github.com/prometheus/client_golang to 1.21.1\n  * Update github.com/prometheus/common to 0.63.0\n  * Update github.com/prometheus/exporter-toolkit to 0.14.0\n- Update to version 1.0.9\n  * Update github.com/prometheus/client_golang to 1.20.4\n  * Update github.com/prometheus/common to 0.59.1\n  * Update github.com/prometheus/exporter-toolkit to 0.13.0\n  * Migrate logging to log/slog\n  * Fix signal handler logging\n\nscap-security-guide:\n\n- Updated to 0.1.79 (jsc#ECO-3319)\n    - Add rhcos4 Profile for BSI Grundschutz\n    - Create SLE15 general profile\n    - Remove OCP STIG V1R1\n    - Remove OCP STIG V2R1\n    - Various updates for SLE 12/15\n- Updated to 0.1.78 (jsc#ECO-3319)\n    - Enable SCE content for problematic rules that can traverse the whole filesystem\n    - Remove unnecessary Jinja2 macros in control files\n    - Update RHEL 8 STIG to V2R4 and RHEL 9 STIG to V2R5\n    - Add Debian 13 profile for ANSSI BP 28 (enhanced)\n    - Create SLEM5 General profile\n    - Create SL Micro 6 product and general profile\n    - Update SLE15 STIG version to V2R5\n    - Update SLE12 STIG version to V3R3\n    - Update SLEM5 STIG version to V1R2\n- Remove the CIS profiles from all products\n- Remove the CIS profiles from the tarball\n\nspacecmd:\n\n- Version 5.1.12-0\n  * Fix spacecmd binary file upload (bsc#1253659)\n  * Fix typo in spacecmd help ca-cert flag (bsc#1253174)\n  * Convert cached IDs to int (bsc#1251995)\n  * Fix methods in api namespace in spacecmd (bsc#1249532)\n  * Make caching code Py 2.7 compatible\n  * Use JSON instead of pickle for spacecmd\n    cache (bsc#1227579)\n  * Python 2.7 cannot re-raise exceptions\n\nvenv-salt-minion:\n\n- Backport security patches for Salt vendored tornado:\n  * CVE-2025-67724: missing validation of supplied reason phrase (bsc#1254903)\n  * CVE-2025-67725: fix DoS via malicious HTTP request (bsc#1254905)\n  * CVE-2025-67726: fix HTTP header parameter parsing algorithm (bsc#1254904)\n- Make syntax in httputil_test compatible with Python 3.6\n- Fix KeyError in postgres module with PostgreSQL 17 (bsc#1254325)\n- Use internal deb classes instead of external aptsource lib\n- Speed up wheel key.finger call (bsc#1240532)\n- Simplify and speed up utils.find_json function (bsc#1246130)\n- Extend warn_until period to 2027\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2026-626,SUSE-MultiLinuxManagerTools-EL-8-2026-626",
        "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-2026_0626-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2026:0626-1",
        "url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260626-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2026:0626-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024394.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227579",
        "url": "https://bugzilla.suse.com/1227579"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1240532",
        "url": "https://bugzilla.suse.com/1240532"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1246130",
        "url": "https://bugzilla.suse.com/1246130"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1249532",
        "url": "https://bugzilla.suse.com/1249532"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1251995",
        "url": "https://bugzilla.suse.com/1251995"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1253174",
        "url": "https://bugzilla.suse.com/1253174"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1253659",
        "url": "https://bugzilla.suse.com/1253659"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1254325",
        "url": "https://bugzilla.suse.com/1254325"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1254903",
        "url": "https://bugzilla.suse.com/1254903"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1254904",
        "url": "https://bugzilla.suse.com/1254904"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1254905",
        "url": "https://bugzilla.suse.com/1254905"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-67724 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-67724/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-67725 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-67725/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-67726 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-67726/"
      }
    ],
    "title": "Security update 5.1.2 for Multi-Linux Manager Client Tools",
    "tracking": {
      "current_release_date": "2026-02-25T09:42:54Z",
      "generator": {
        "date": "2026-02-25T09:42:54Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2026:0626-1",
      "initial_release_date": "2026-02-25T09:42:54Z",
      "revision_history": [
        {
          "date": "2026-02-25T09:42:54Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fdupes-1.61-80002.3.3.1.aarch64",
                "product": {
                  "name": "fdupes-1.61-80002.3.3.1.aarch64",
                  "product_id": "fdupes-1.61-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
                "product": {
                  "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
                  "product_id": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "mgrctl-5.1.24-80002.3.6.1.aarch64",
                "product": {
                  "name": "mgrctl-5.1.24-80002.3.6.1.aarch64",
                  "product_id": "mgrctl-5.1.24-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
                  "product_id": "saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
                  "product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
                  "product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-base-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
                  "product_id": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
                  "product_id": "saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
                  "product_id": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
                  "product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
                  "product_id": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
                  "product_id": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
                  "product_id": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
                  "product_id": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
                "product": {
                  "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
                  "product_id": "saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
                "product": {
                  "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
                  "product_id": "saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "venv-salt-minion-3006.0-80002.5.9.1.aarch64",
                "product": {
                  "name": "venv-salt-minion-3006.0-80002.5.9.1.aarch64",
                  "product_id": "venv-salt-minion-3006.0-80002.5.9.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
                "product": {
                  "name": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
                  "product_id": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
                "product": {
                  "name": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
                  "product_id": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-idna-3.4-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-idna-3.4-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-idna-3.4-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
                "product": {
                  "name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
                  "product_id": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
                "product": {
                  "name": "saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
                  "product_id": "saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-py-1.11.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pycparser-2.21-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-pytz-2023.3-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
                "product": {
                  "name": "saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
                  "product_id": "saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "scap-security-guide-0.1.79-80002.3.6.1.noarch",
                "product": {
                  "name": "scap-security-guide-0.1.79-80002.3.6.1.noarch",
                  "product_id": "scap-security-guide-0.1.79-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
                "product": {
                  "name": "scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
                  "product_id": "scap-security-guide-debian-0.1.79-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
                "product": {
                  "name": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
                  "product_id": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
                "product": {
                  "name": "scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
                  "product_id": "scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "spacecmd-5.1.12-80002.3.6.1.noarch",
                "product": {
                  "name": "spacecmd-5.1.12-80002.3.6.1.noarch",
                  "product_id": "spacecmd-5.1.12-80002.3.6.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fdupes-1.61-80002.3.3.1.ppc64le",
                "product": {
                  "name": "fdupes-1.61-80002.3.3.1.ppc64le",
                  "product_id": "fdupes-1.61-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
                "product": {
                  "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
                  "product_id": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "mgrctl-5.1.24-80002.3.6.1.ppc64le",
                "product": {
                  "name": "mgrctl-5.1.24-80002.3.6.1.ppc64le",
                  "product_id": "mgrctl-5.1.24-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
                  "product_id": "saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
                  "product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
                  "product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
                  "product_id": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
                  "product_id": "saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
                  "product_id": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
                  "product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
                  "product_id": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
                  "product_id": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
                  "product_id": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
                  "product_id": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
                  "product_id": "saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
                "product": {
                  "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
                  "product_id": "saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
                "product": {
                  "name": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
                  "product_id": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fdupes-1.61-80002.3.3.1.x86_64",
                "product": {
                  "name": "fdupes-1.61-80002.3.3.1.x86_64",
                  "product_id": "fdupes-1.61-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
                "product": {
                  "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
                  "product_id": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "mgrctl-5.1.24-80002.3.6.1.x86_64",
                "product": {
                  "name": "mgrctl-5.1.24-80002.3.6.1.x86_64",
                  "product_id": "mgrctl-5.1.24-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
                  "product_id": "saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
                  "product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
                  "product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-base-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
                  "product_id": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
                  "product_id": "saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
                  "product_id": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
                  "product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
                  "product_id": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
                  "product_id": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
                  "product_id": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
                  "product_id": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
                "product": {
                  "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
                  "product_id": "saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
                "product": {
                  "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
                  "product_id": "saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "venv-salt-minion-3006.0-80002.5.9.1.x86_64",
                "product": {
                  "name": "venv-salt-minion-3006.0-80002.5.9.1.x86_64",
                  "product_id": "venv-salt-minion-3006.0-80002.5.9.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
                "product": {
                  "name": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
                  "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Multi Linux Manager Tools EL-8",
                "product": {
                  "name": "SUSE Multi Linux Manager Tools EL-8",
                  "product_id": "SUSE Multi Linux Manager Tools EL-8"
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fdupes-1.61-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64"
        },
        "product_reference": "fdupes-1.61-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fdupes-1.61-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le"
        },
        "product_reference": "fdupes-1.61-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fdupes-1.61-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64"
        },
        "product_reference": "fdupes-1.61-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64"
        },
        "product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le"
        },
        "product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64"
        },
        "product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch"
        },
        "product_reference": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch"
        },
        "product_reference": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-base-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-base-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-idna-3.4-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-idna-3.4-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch"
        },
        "product_reference": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch"
        },
        "product_reference": "saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-py-1.11.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pycparser-2.21-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pytz-2023.3-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64"
        },
        "product_reference": "saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le"
        },
        "product_reference": "saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64"
        },
        "product_reference": "saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64"
        },
        "product_reference": "saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le"
        },
        "product_reference": "saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64"
        },
        "product_reference": "saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch"
        },
        "product_reference": "saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "scap-security-guide-0.1.79-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch"
        },
        "product_reference": "scap-security-guide-0.1.79-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "scap-security-guide-debian-0.1.79-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch"
        },
        "product_reference": "scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch"
        },
        "product_reference": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch"
        },
        "product_reference": "scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "spacecmd-5.1.12-80002.3.6.1.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch"
        },
        "product_reference": "spacecmd-5.1.12-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.aarch64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
          "product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.x86_64",
        "relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.aarch64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-5.1.24-80002.3.6.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64"
        },
        "product_reference": "mgrctl-5.1.24-80002.3.6.1.x86_64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch"
        },
        "product_reference": "mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch"
        },
        "product_reference": "mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch"
        },
        "product_reference": "scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "spacecmd-5.1.12-80002.3.6.1.noarch as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch"
        },
        "product_reference": "spacecmd-5.1.12-80002.3.6.1.noarch",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.aarch64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "venv-salt-minion-3006.0-80002.5.9.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
          "product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
        },
        "product_reference": "venv-salt-minion-3006.0-80002.5.9.1.x86_64",
        "relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-67724",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-67724"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom \"reason\" phrases (the \"Not Found\" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-67724",
          "url": "https://www.suse.com/security/cve/CVE-2025-67724"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1254903 for CVE-2025-67724",
          "url": "https://bugzilla.suse.com/1254903"
        }
      ],
      "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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-02-25T09:42:54Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2025-67724"
    },
    {
      "cve": "CVE-2025-67725",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-67725"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS).  Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-67725",
          "url": "https://www.suse.com/security/cve/CVE-2025-67725"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1254905 for CVE-2025-67725",
          "url": "https://bugzilla.suse.com/1254905"
        }
      ],
      "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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-02-25T09:42:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2025-67725"
    },
    {
      "cve": "CVE-2025-67726",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-67726"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
          "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-67726",
          "url": "https://www.suse.com/security/cve/CVE-2025-67726"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1254904 for CVE-2025-67726",
          "url": "https://bugzilla.suse.com/1254904"
        }
      ],
      "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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.9.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.1.24-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.1.24-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-appdirs-1.4.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-asn1crypto-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-atomicwrites-1.1.5-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-attrs-23.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-bcrypt-3.2.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cffi-1.15.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-3.3.2-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cryptography-vectors-3.3.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-cssselect-1.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-pycreds-0.4.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docopt-0.6.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-idna-3.4-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-importlib-metadata-6.8.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-looseversion-1.0.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-more-itertools-9.1.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-paramiko-doc-2.4.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-ptyprocess-0.7.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-py-1.11.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-0.5.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyasn1-modules-0.3.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pycparser-2.21-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyinotify-0.9.6-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyparsing-3.0.9-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pysocks-1.7.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pytz-2023.3-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyzmq-devel-25.1.2-80002.3.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-rpm-vercmp-0.1.2-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-simplejson-3.19.1-80002.3.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.13-80002.4.6.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.3.1.x86_64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-websocket-client-1.5.1-80002.3.3.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.1.12-80002.3.6.1.noarch",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.aarch64",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.ppc64le",
            "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-02-25T09:42:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2025-67726"
    }
  ]
}


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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…