suse-su-2023:2957-1
Vulnerability from csaf_suse
Published
2023-07-25 06:54
Modified
2023-07-25 06:54
Summary
Security update for python39

Notes

Title of the patch
Security update for python39
Description of the patch
This update for python39 fixes the following issues: Update to 3.9.17: - urllib.parse.urlsplit() now strips leading C0 control and space characters following the specification for URLs defined by WHATWG in response to CVE-2023-24329 (bsc#1208471). - Fixed a security in flaw in uu.decode() that could allow for directory traversal based on the input if no out_file was specified. - Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler. - trace.__main__ now uses io.open_code() for files to be executed instead of raw open(). - CVE-2007-4559: The extraction methods in tarfile, and shutil.unpack_archive(), have a new filter argument that allows limiting tar features than may be surprising or dangerous, such as creating files outside the destination directory. See Extraction filters for details (fixing bsc#1203750). - Fixed a deadlock at shutdown when clearing thread states if any finalizer tries to acquire the runtime head lock. - Fixed a crash due to a race while iterating over thread states in clearing threading.local.
Patchnames
SUSE-2023-2957,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2957,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2957,SUSE-SLE-Product-RT-15-SP3-2023-2957,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2957,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2957,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-2957,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2957,SUSE-Storage-7.1-2023-2957,openSUSE-SLE-15.4-2023-2957,openSUSE-SLE-15.5-2023-2957
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "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 for python39",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python39 fixes the following issues:\n\nUpdate to 3.9.17:\n\n- urllib.parse.urlsplit() now strips leading C0 control and space\n  characters following the specification for URLs defined by WHATWG in\n  response to CVE-2023-24329 (bsc#1208471).\n- Fixed a security in flaw in uu.decode() that could allow for directory\n  traversal based on the input if no out_file was specified.\n- Do not expose the local on-disk location in directory indexes produced by\n  http.client.SimpleHTTPRequestHandler.\n- trace.__main__ now uses io.open_code() for files\n  to be executed instead of raw open().\n- CVE-2007-4559: The extraction methods in tarfile, and shutil.unpack_archive(), have\n  a new filter argument that allows limiting tar features than may be\n  surprising or dangerous, such as creating files outside the destination\n  directory. See Extraction filters for details (fixing bsc#1203750).\n- Fixed a deadlock at shutdown when clearing thread states if any\n  finalizer tries to acquire the runtime head lock.\n- Fixed a crash due to a race while iterating over thread states in\n  clearing threading.local.\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-2957,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2957,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2957,SUSE-SLE-Product-RT-15-SP3-2023-2957,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2957,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2957,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-2957,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2957,SUSE-Storage-7.1-2023-2957,openSUSE-SLE-15.4-2023-2957,openSUSE-SLE-15.5-2023-2957",
        "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-2023_2957-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:2957-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232957-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:2957-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015621.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1203750",
        "url": "https://bugzilla.suse.com/1203750"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1208471",
        "url": "https://bugzilla.suse.com/1208471"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2007-4559 page",
        "url": "https://www.suse.com/security/cve/CVE-2007-4559/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-24329 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-24329/"
      }
    ],
    "title": "Security update for python39",
    "tracking": {
      "current_release_date": "2023-07-25T06:54:29Z",
      "generator": {
        "date": "2023-07-25T06:54:29Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:2957-1",
      "initial_release_date": "2023-07-25T06:54:29Z",
      "revision_history": [
        {
          "date": "2023-07-25T06:54:29Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-base-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-base-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-curses-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-curses-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-dbm-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-devel-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-devel-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-doc-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-doc-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-idle-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-idle-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-testsuite-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-testsuite-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-tk-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-tk-3.9.17-150300.4.30.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.17-150300.4.30.1.aarch64",
                "product": {
                  "name": "python39-tools-3.9.17-150300.4.30.1.aarch64",
                  "product_id": "python39-tools-3.9.17-150300.4.30.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                "product": {
                  "name": "libpython3_9-1_0-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                  "product_id": "libpython3_9-1_0-64bit-3.9.17-150300.4.30.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python39-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                "product": {
                  "name": "python39-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                  "product_id": "python39-64bit-3.9.17-150300.4.30.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                "product": {
                  "name": "python39-base-64bit-3.9.17-150300.4.30.1.aarch64_ilp32",
                  "product_id": "python39-base-64bit-3.9.17-150300.4.30.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.i586",
                  "product_id": "libpython3_9-1_0-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-base-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-base-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-curses-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-curses-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-dbm-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-dbm-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-devel-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-devel-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-doc-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-doc-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-doc-devhelp-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-idle-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-idle-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-testsuite-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-testsuite-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-tk-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-tk-3.9.17-150300.4.30.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.17-150300.4.30.1.i586",
                "product": {
                  "name": "python39-tools-3.9.17-150300.4.30.1.i586",
                  "product_id": "python39-tools-3.9.17-150300.4.30.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-base-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-base-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-curses-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-dbm-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-devel-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-doc-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-doc-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-idle-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-tk-3.9.17-150300.4.30.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
                "product": {
                  "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
                  "product_id": "python39-tools-3.9.17-150300.4.30.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
                  "product_id": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-base-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-base-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-curses-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-curses-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-dbm-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-dbm-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-devel-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-devel-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-doc-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-doc-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-idle-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-idle-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-testsuite-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-testsuite-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-tk-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-tk-3.9.17-150300.4.30.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.17-150300.4.30.1.s390x",
                "product": {
                  "name": "python39-tools-3.9.17-150300.4.30.1.s390x",
                  "product_id": "python39-tools-3.9.17-150300.4.30.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-32bit-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-32bit-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-32bit-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-base-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-base-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-curses-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-curses-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-dbm-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-devel-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-devel-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-doc-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-doc-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-idle-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-idle-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-testsuite-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-testsuite-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-tk-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-tk-3.9.17-150300.4.30.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.17-150300.4.30.1.x86_64",
                "product": {
                  "name": "python39-tools-3.9.17-150300.4.30.1.x86_64",
                  "product_id": "python39-tools-3.9.17-150300.4.30.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Real Time 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Real Time 15 SP3",
                  "product_id": "SUSE Linux Enterprise Real Time 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_rt:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Proxy 4.2",
                "product": {
                  "name": "SUSE Manager Proxy 4.2",
                  "product_id": "SUSE Manager Proxy 4.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 4.2",
                "product": {
                  "name": "SUSE Manager Server 4.2",
                  "product_id": "SUSE Manager Server 4.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:4.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 7.1",
                "product": {
                  "name": "SUSE Enterprise Storage 7.1",
                  "product_id": "SUSE Enterprise Storage 7.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:7.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.5",
                "product": {
                  "name": "openSUSE Leap 15.5",
                  "product_id": "openSUSE Leap 15.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Proxy 4.2",
          "product_id": "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-doc-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-testsuite-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.17-150300.4.30.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.17-150300.4.30.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2007-4559",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2007-4559"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Directory traversal vulnerability in the (1) extract and (2) extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. (dot dot) sequence in filenames in a TAR archive, a related issue to CVE-2001-1267.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2007-4559",
          "url": "https://www.suse.com/security/cve/CVE-2007-4559"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1203750 for CVE-2007-4559",
          "url": "https://bugzilla.suse.com/1203750"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1204077 for CVE-2007-4559",
          "url": "https://bugzilla.suse.com/1204077"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.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:N/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-07-25T06:54:29Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2007-4559"
    },
    {
      "cve": "CVE-2023-24329",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-24329"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
          "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
          "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-24329",
          "url": "https://www.suse.com/security/cve/CVE-2023-24329"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1208471 for CVE-2023-24329",
          "url": "https://bugzilla.suse.com/1208471"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1213553 for CVE-2023-24329",
          "url": "https://bugzilla.suse.com/1213553"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1213554 for CVE-2023-24329",
          "url": "https://bugzilla.suse.com/1213554"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1213839 for CVE-2023-24329",
          "url": "https://bugzilla.suse.com/1213839"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1225672 for CVE-2023-24329",
          "url": "https://bugzilla.suse.com/1225672"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Proxy 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-base-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.s390x",
            "SUSE Manager Server 4.2:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.4:python39-tools-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.17-150300.4.30.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.17-150300.4.30.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-07-25T06:54:29Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-24329"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…