Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-5642 (GCVE-0-2024-5642)
Vulnerability from cvelistv5
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Python Software Foundation | CPython | 
                    
                      
                        
                          Version: 0 Version: 3.10.0a1  | 
                  
{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "LOW",
              "baseScore": 6.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "LOW",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2024-5642",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-28T13:47:34.169947Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "description": "CWE-noinfo Not enough information",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-06T20:14:30.590Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-01T21:18:06.642Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "third-party-advisory",
              "x_transferred"
            ],
            "url": "https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html"
          },
          {
            "tags": [
              "mitigation",
              "x_transferred"
            ],
            "url": "https://github.com/python/cpython/pull/23014"
          },
          {
            "tags": [
              "vendor-advisory",
              "x_transferred"
            ],
            "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
          },
          {
            "tags": [
              "patch",
              "x_transferred"
            ],
            "url": "https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2024/06/28/4"
          },
          {
            "tags": [
              "issue-tracking",
              "x_transferred"
            ],
            "url": "https://github.com/python/cpython/issues/121227"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240726-0005/"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "CPython",
          "repo": "https://github.com/python/cpython",
          "vendor": "Python Software Foundation",
          "versions": [
            {
              "lessThan": "3.9.24",
              "status": "affected",
              "version": "0",
              "versionType": "python"
            },
            {
              "lessThan": "3.10.0b1",
              "status": "affected",
              "version": "3.10.0a1",
              "versionType": "python"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see \u003cspan style=\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\"\u003eCVE\u003c/span\u003e\u003cspan style=\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\"\u003e-2024\u003c/span\u003e\u003cspan style=\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\"\u003e-5535\u003c/span\u003e for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).\u003cbr\u003e"
            }
          ],
          "value": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured)."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-09T18:36:41.965Z",
        "orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
        "shortName": "PSF"
      },
      "references": [
        {
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html"
        },
        {
          "tags": [
            "mitigation"
          ],
          "url": "https://github.com/python/cpython/pull/23014"
        },
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
        },
        {
          "tags": [
            "patch"
          ],
          "url": "https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e"
        },
        {
          "url": "http://www.openwall.com/lists/oss-security/2024/06/28/4"
        },
        {
          "tags": [
            "issue-tracking"
          ],
          "url": "https://github.com/python/cpython/issues/121227"
        },
        {
          "url": "https://security.netapp.com/advisory/ntap-20240726-0005/"
        },
        {
          "tags": [
            "patch"
          ],
          "url": "https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Buffer overread when using an empty list with SSLContext.set_npn_protocols()",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
    "assignerShortName": "PSF",
    "cveId": "CVE-2024-5642",
    "datePublished": "2024-06-27T21:05:31.281Z",
    "dateReserved": "2024-06-04T18:40:21.539Z",
    "dateUpdated": "2025-10-09T18:36:41.965Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-5642\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-06-27T21:15:16.070\",\"lastModified\":\"2025-10-07T17:15:32.573\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\\\"[]\\\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).\"},{\"lang\":\"es\",\"value\":\"CPython 3.9 y versiones anteriores no permiten la configuraci\u00f3n de una lista vac\u00eda (\\\"[]\\\") para SSLContext.set_npn_protocols(), que es un valor no v\u00e1lido para la API OpenSSL subyacente. Esto da como resultado una lectura excesiva del b\u00fafer cuando se utiliza NPN (consulte CVE-2024-5535 para OpenSSL). Esta vulnerabilidad es de baja gravedad debido a que NPN no se usa ampliamente y especificar una lista vac\u00eda probablemente sea poco com\u00fan en la pr\u00e1ctica (normalmente se configurar\u00eda un nombre de protocolo).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/28/4\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/121227\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/23014\",\"source\":\"cna@python.org\"},{\"url\":\"https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/\",\"source\":\"cna@python.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0005/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/28/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/issues/121227\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/pull/23014\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html\", \"tags\": [\"third-party-advisory\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/pull/23014\", \"tags\": [\"mitigation\", \"x_transferred\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/28/4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/issues/121227\", \"tags\": [\"issue-tracking\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0005/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T21:18:06.642Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-5642\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-28T13:47:34.169947Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-28T13:47:40.782Z\"}}], \"cna\": {\"title\": \"Buffer overread when using an empty list with SSLContext.set_npn_protocols()\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.9.24\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0a1\", \"lessThan\": \"3.10.0b1\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html\", \"tags\": [\"third-party-advisory\"]}, {\"url\": \"https://github.com/python/cpython/pull/23014\", \"tags\": [\"mitigation\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e\", \"tags\": [\"patch\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/28/4\"}, {\"url\": \"https://github.com/python/cpython/issues/121227\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0005/\"}, {\"url\": \"https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\\\"[]\\\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\\\"[]\\\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see \u003cspan style=\\\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\\\"\u003eCVE\u003c/span\u003e\u003cspan style=\\\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\\\"\u003e-2024\u003c/span\u003e\u003cspan style=\\\"background-color: oklab(0.0852327 0.00000386313 0.00000170618 / 0.06);\\\"\u003e-5535\u003c/span\u003e for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).\u003cbr\u003e\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-10-09T18:36:41.965Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-5642\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-09T18:36:41.965Z\", \"dateReserved\": \"2024-06-04T18:40:21.539Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-06-27T21:05:31.281Z\", \"assignerShortName\": \"PSF\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}
  opensuse-su-2024:14253-1
Vulnerability from csaf_opensuse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "python39-3.9.19-6.1 on GA media",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "These are all security issues fixed in the python39-3.9.19-6.1 package on the GA media of openSUSE Tumbleweed.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-Tumbleweed-2024-14253",
        "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/opensuse-su-2024_14253-1.json"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-6923 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-6923/"
      }
    ],
    "title": "python39-3.9.19-6.1 on GA media",
    "tracking": {
      "current_release_date": "2024-08-09T00:00:00Z",
      "generator": {
        "date": "2024-08-09T00:00:00Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2024:14253-1",
      "initial_release_date": "2024-08-09T00:00:00Z",
      "revision_history": [
        {
          "date": "2024-08-09T00:00:00Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python39-3.9.19-6.1.aarch64",
                "product": {
                  "name": "python39-3.9.19-6.1.aarch64",
                  "product_id": "python39-3.9.19-6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-6.1.aarch64",
                "product": {
                  "name": "python39-curses-3.9.19-6.1.aarch64",
                  "product_id": "python39-curses-3.9.19-6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-6.1.aarch64",
                "product": {
                  "name": "python39-dbm-3.9.19-6.1.aarch64",
                  "product_id": "python39-dbm-3.9.19-6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-6.1.aarch64",
                "product": {
                  "name": "python39-idle-3.9.19-6.1.aarch64",
                  "product_id": "python39-idle-3.9.19-6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-6.1.aarch64",
                "product": {
                  "name": "python39-tk-3.9.19-6.1.aarch64",
                  "product_id": "python39-tk-3.9.19-6.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python39-3.9.19-6.1.ppc64le",
                "product": {
                  "name": "python39-3.9.19-6.1.ppc64le",
                  "product_id": "python39-3.9.19-6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-6.1.ppc64le",
                "product": {
                  "name": "python39-curses-3.9.19-6.1.ppc64le",
                  "product_id": "python39-curses-3.9.19-6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-6.1.ppc64le",
                "product": {
                  "name": "python39-dbm-3.9.19-6.1.ppc64le",
                  "product_id": "python39-dbm-3.9.19-6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-6.1.ppc64le",
                "product": {
                  "name": "python39-idle-3.9.19-6.1.ppc64le",
                  "product_id": "python39-idle-3.9.19-6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-6.1.ppc64le",
                "product": {
                  "name": "python39-tk-3.9.19-6.1.ppc64le",
                  "product_id": "python39-tk-3.9.19-6.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python39-3.9.19-6.1.s390x",
                "product": {
                  "name": "python39-3.9.19-6.1.s390x",
                  "product_id": "python39-3.9.19-6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-6.1.s390x",
                "product": {
                  "name": "python39-curses-3.9.19-6.1.s390x",
                  "product_id": "python39-curses-3.9.19-6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-6.1.s390x",
                "product": {
                  "name": "python39-dbm-3.9.19-6.1.s390x",
                  "product_id": "python39-dbm-3.9.19-6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-6.1.s390x",
                "product": {
                  "name": "python39-idle-3.9.19-6.1.s390x",
                  "product_id": "python39-idle-3.9.19-6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-6.1.s390x",
                "product": {
                  "name": "python39-tk-3.9.19-6.1.s390x",
                  "product_id": "python39-tk-3.9.19-6.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python39-3.9.19-6.1.x86_64",
                "product": {
                  "name": "python39-3.9.19-6.1.x86_64",
                  "product_id": "python39-3.9.19-6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-6.1.x86_64",
                "product": {
                  "name": "python39-curses-3.9.19-6.1.x86_64",
                  "product_id": "python39-curses-3.9.19-6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-6.1.x86_64",
                "product": {
                  "name": "python39-dbm-3.9.19-6.1.x86_64",
                  "product_id": "python39-dbm-3.9.19-6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-6.1.x86_64",
                "product": {
                  "name": "python39-idle-3.9.19-6.1.x86_64",
                  "product_id": "python39-idle-3.9.19-6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-6.1.x86_64",
                "product": {
                  "name": "python39-tk-3.9.19-6.1.x86_64",
                  "product_id": "python39-tk-3.9.19-6.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Tumbleweed",
                "product": {
                  "name": "openSUSE Tumbleweed",
                  "product_id": "openSUSE Tumbleweed",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:tumbleweed"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-6.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64"
        },
        "product_reference": "python39-3.9.19-6.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-6.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-6.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-6.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x"
        },
        "product_reference": "python39-3.9.19-6.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-6.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64"
        },
        "product_reference": "python39-3.9.19-6.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-6.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-6.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-6.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-6.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-6.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x"
        },
        "product_reference": "python39-curses-3.9.19-6.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-6.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-6.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-6.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-6.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-6.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-6.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-6.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.19-6.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-6.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-6.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-6.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-6.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-6.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.19-6.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-6.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x"
        },
        "product_reference": "python39-idle-3.9.19-6.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-6.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-6.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-6.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-6.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-6.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.19-6.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-6.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x"
        },
        "product_reference": "python39-tk-3.9.19-6.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-6.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-6.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "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": [
            "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-08-09T00:00:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    },
    {
      "cve": "CVE-2024-6923",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-6923"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
          "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-6923",
          "url": "https://www.suse.com/security/cve/CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228780 for CVE-2024-6923",
          "url": "https://bugzilla.suse.com/1228780"
        }
      ],
      "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": [
            "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "openSUSE Tumbleweed:python39-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-curses-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-dbm-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-idle-3.9.19-6.1.x86_64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.aarch64",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.ppc64le",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.s390x",
            "openSUSE Tumbleweed:python39-tk-3.9.19-6.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-08-09T00:00:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-6923"
    }
  ]
}
  opensuse-su-2024:14256-1
Vulnerability from csaf_opensuse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "python38-3.8.19-7.1 on GA media",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "These are all security issues fixed in the python38-3.8.19-7.1 package on the GA media of openSUSE Tumbleweed.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-Tumbleweed-2024-14256",
        "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/opensuse-su-2024_14256-1.json"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-6923 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-6923/"
      }
    ],
    "title": "python38-3.8.19-7.1 on GA media",
    "tracking": {
      "current_release_date": "2024-08-10T00:00:00Z",
      "generator": {
        "date": "2024-08-10T00:00:00Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2024:14256-1",
      "initial_release_date": "2024-08-10T00:00:00Z",
      "revision_history": [
        {
          "date": "2024-08-10T00:00:00Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python38-3.8.19-7.1.aarch64",
                "product": {
                  "name": "python38-3.8.19-7.1.aarch64",
                  "product_id": "python38-3.8.19-7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-curses-3.8.19-7.1.aarch64",
                "product": {
                  "name": "python38-curses-3.8.19-7.1.aarch64",
                  "product_id": "python38-curses-3.8.19-7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-dbm-3.8.19-7.1.aarch64",
                "product": {
                  "name": "python38-dbm-3.8.19-7.1.aarch64",
                  "product_id": "python38-dbm-3.8.19-7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-idle-3.8.19-7.1.aarch64",
                "product": {
                  "name": "python38-idle-3.8.19-7.1.aarch64",
                  "product_id": "python38-idle-3.8.19-7.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-tk-3.8.19-7.1.aarch64",
                "product": {
                  "name": "python38-tk-3.8.19-7.1.aarch64",
                  "product_id": "python38-tk-3.8.19-7.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python38-3.8.19-7.1.ppc64le",
                "product": {
                  "name": "python38-3.8.19-7.1.ppc64le",
                  "product_id": "python38-3.8.19-7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python38-curses-3.8.19-7.1.ppc64le",
                "product": {
                  "name": "python38-curses-3.8.19-7.1.ppc64le",
                  "product_id": "python38-curses-3.8.19-7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python38-dbm-3.8.19-7.1.ppc64le",
                "product": {
                  "name": "python38-dbm-3.8.19-7.1.ppc64le",
                  "product_id": "python38-dbm-3.8.19-7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python38-idle-3.8.19-7.1.ppc64le",
                "product": {
                  "name": "python38-idle-3.8.19-7.1.ppc64le",
                  "product_id": "python38-idle-3.8.19-7.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python38-tk-3.8.19-7.1.ppc64le",
                "product": {
                  "name": "python38-tk-3.8.19-7.1.ppc64le",
                  "product_id": "python38-tk-3.8.19-7.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python38-3.8.19-7.1.s390x",
                "product": {
                  "name": "python38-3.8.19-7.1.s390x",
                  "product_id": "python38-3.8.19-7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python38-curses-3.8.19-7.1.s390x",
                "product": {
                  "name": "python38-curses-3.8.19-7.1.s390x",
                  "product_id": "python38-curses-3.8.19-7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python38-dbm-3.8.19-7.1.s390x",
                "product": {
                  "name": "python38-dbm-3.8.19-7.1.s390x",
                  "product_id": "python38-dbm-3.8.19-7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python38-idle-3.8.19-7.1.s390x",
                "product": {
                  "name": "python38-idle-3.8.19-7.1.s390x",
                  "product_id": "python38-idle-3.8.19-7.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python38-tk-3.8.19-7.1.s390x",
                "product": {
                  "name": "python38-tk-3.8.19-7.1.s390x",
                  "product_id": "python38-tk-3.8.19-7.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python38-3.8.19-7.1.x86_64",
                "product": {
                  "name": "python38-3.8.19-7.1.x86_64",
                  "product_id": "python38-3.8.19-7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-curses-3.8.19-7.1.x86_64",
                "product": {
                  "name": "python38-curses-3.8.19-7.1.x86_64",
                  "product_id": "python38-curses-3.8.19-7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-dbm-3.8.19-7.1.x86_64",
                "product": {
                  "name": "python38-dbm-3.8.19-7.1.x86_64",
                  "product_id": "python38-dbm-3.8.19-7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-idle-3.8.19-7.1.x86_64",
                "product": {
                  "name": "python38-idle-3.8.19-7.1.x86_64",
                  "product_id": "python38-idle-3.8.19-7.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python38-tk-3.8.19-7.1.x86_64",
                "product": {
                  "name": "python38-tk-3.8.19-7.1.x86_64",
                  "product_id": "python38-tk-3.8.19-7.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Tumbleweed",
                "product": {
                  "name": "openSUSE Tumbleweed",
                  "product_id": "openSUSE Tumbleweed",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:tumbleweed"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-3.8.19-7.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64"
        },
        "product_reference": "python38-3.8.19-7.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-3.8.19-7.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le"
        },
        "product_reference": "python38-3.8.19-7.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-3.8.19-7.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x"
        },
        "product_reference": "python38-3.8.19-7.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-3.8.19-7.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64"
        },
        "product_reference": "python38-3.8.19-7.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-curses-3.8.19-7.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64"
        },
        "product_reference": "python38-curses-3.8.19-7.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-curses-3.8.19-7.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le"
        },
        "product_reference": "python38-curses-3.8.19-7.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-curses-3.8.19-7.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x"
        },
        "product_reference": "python38-curses-3.8.19-7.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-curses-3.8.19-7.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64"
        },
        "product_reference": "python38-curses-3.8.19-7.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-dbm-3.8.19-7.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64"
        },
        "product_reference": "python38-dbm-3.8.19-7.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-dbm-3.8.19-7.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le"
        },
        "product_reference": "python38-dbm-3.8.19-7.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-dbm-3.8.19-7.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x"
        },
        "product_reference": "python38-dbm-3.8.19-7.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-dbm-3.8.19-7.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64"
        },
        "product_reference": "python38-dbm-3.8.19-7.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-idle-3.8.19-7.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64"
        },
        "product_reference": "python38-idle-3.8.19-7.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-idle-3.8.19-7.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le"
        },
        "product_reference": "python38-idle-3.8.19-7.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-idle-3.8.19-7.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x"
        },
        "product_reference": "python38-idle-3.8.19-7.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-idle-3.8.19-7.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64"
        },
        "product_reference": "python38-idle-3.8.19-7.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-tk-3.8.19-7.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64"
        },
        "product_reference": "python38-tk-3.8.19-7.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-tk-3.8.19-7.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le"
        },
        "product_reference": "python38-tk-3.8.19-7.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-tk-3.8.19-7.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x"
        },
        "product_reference": "python38-tk-3.8.19-7.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python38-tk-3.8.19-7.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
        },
        "product_reference": "python38-tk-3.8.19-7.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "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": [
            "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-08-10T00:00:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    },
    {
      "cve": "CVE-2024-6923",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-6923"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
          "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-6923",
          "url": "https://www.suse.com/security/cve/CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228780 for CVE-2024-6923",
          "url": "https://bugzilla.suse.com/1228780"
        }
      ],
      "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": [
            "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "openSUSE Tumbleweed:python38-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-curses-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-dbm-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-idle-3.8.19-7.1.x86_64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.aarch64",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.ppc64le",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.s390x",
            "openSUSE Tumbleweed:python38-tk-3.8.19-7.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-08-10T00:00:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-6923"
    }
  ]
}
  suse-su-2024:3470-1
Vulnerability from csaf_suse
Notes
{
  "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 python3",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python3 fixes the following issues:\n\n- CVE-2024-6923: Fixed uncontrolled CPU resource consumption when in http.cookies module (bsc#1228780).\n- CVE-2024-5642: Fixed buffer overread when NPN is used and invalid values are sent to the OpenSSL API (bsc#1227233).\n- CVE-2024-7592: Fixed Email header injection due to unquoted newlines (bsc#1229596).\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n\nBug fixes:\n\n- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999).\n- Stop using %%defattr, it seems to be breaking proper executable attributes on /usr/bin/ scripts (bsc#1227378).\n- Remove %suse_update_desktop_file macro as it is not useful any more.\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-3470,SUSE-SLE-Micro-5.3-2024-3470,SUSE-SLE-Micro-5.4-2024-3470,SUSE-SLE-Micro-5.5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP6-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP5-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP6-2024-3470,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3470,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3470,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3470,SUSE-SUSE-MicroOS-5.2-2024-3470,SUSE-Storage-7.1-2024-3470,openSUSE-Leap-Micro-5.5-2024-3470,openSUSE-SLE-15.5-2024-3470,openSUSE-SLE-15.6-2024-3470",
        "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-2024_3470-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:3470-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243470-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:3470-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/037102.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227233",
        "url": "https://bugzilla.suse.com/1227233"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227378",
        "url": "https://bugzilla.suse.com/1227378"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227999",
        "url": "https://bugzilla.suse.com/1227999"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228780",
        "url": "https://bugzilla.suse.com/1228780"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1229596",
        "url": "https://bugzilla.suse.com/1229596"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1230227",
        "url": "https://bugzilla.suse.com/1230227"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-6232 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-6232/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-6923 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-6923/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-7592 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-7592/"
      }
    ],
    "title": "Security update for python3",
    "tracking": {
      "current_release_date": "2024-09-27T12:35:59Z",
      "generator": {
        "date": "2024-09-27T12:35:59Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:3470-1",
      "initial_release_date": "2024-09-27T12:35:59Z",
      "revision_history": [
        {
          "date": "2024-09-27T12:35:59Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-base-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-base-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-curses-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-curses-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-dbm-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-devel-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-devel-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-doc-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-doc-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-idle-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-idle-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-testsuite-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-tk-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-tk-3.6.15-150300.10.72.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150300.10.72.1.aarch64",
                "product": {
                  "name": "python3-tools-3.6.15-150300.10.72.1.aarch64",
                  "product_id": "python3-tools-3.6.15-150300.10.72.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32",
                "product": {
                  "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32",
                  "product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586",
                  "product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-base-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-base-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-curses-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-curses-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-dbm-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-dbm-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-devel-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-devel-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-doc-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-doc-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-idle-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-idle-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-testsuite-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-testsuite-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-tk-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-tk-3.6.15-150300.10.72.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150300.10.72.1.i586",
                "product": {
                  "name": "python3-tools-3.6.15-150300.10.72.1.i586",
                  "product_id": "python3-tools-3.6.15-150300.10.72.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-base-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-base-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-curses-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-dbm-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-devel-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-doc-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-idle-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-tk-3.6.15-150300.10.72.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
                "product": {
                  "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
                  "product_id": "python3-tools-3.6.15-150300.10.72.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
                  "product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-base-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-base-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-curses-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-curses-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-dbm-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-dbm-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-devel-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-devel-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-doc-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-doc-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-idle-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-idle-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-testsuite-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-tk-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-tk-3.6.15-150300.10.72.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150300.10.72.1.s390x",
                "product": {
                  "name": "python3-tools-3.6.15-150300.10.72.1.s390x",
                  "product_id": "python3-tools-3.6.15-150300.10.72.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-base-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-base-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-curses-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-curses-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-dbm-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-devel-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-devel-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-doc-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-doc-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-idle-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-idle-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-testsuite-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-tk-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-tk-3.6.15-150300.10.72.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150300.10.72.1.x86_64",
                "product": {
                  "name": "python3-tools-3.6.15-150300.10.72.1.x86_64",
                  "product_id": "python3-tools-3.6.15-150300.10.72.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.3",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.3",
                  "product_id": "SUSE Linux Enterprise Micro 5.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.4",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.4",
                  "product_id": "SUSE Linux Enterprise Micro 5.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.5",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.5",
                  "product_id": "SUSE Linux Enterprise Micro 5.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
                  }
                }
              },
              {
                "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 High Performance Computing 15 SP4-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
                  }
                }
              },
              {
                "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 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp4"
                  }
                }
              },
              {
                "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 Linux Enterprise Server for SAP Applications 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Proxy 4.3",
                "product": {
                  "name": "SUSE Manager Proxy 4.3",
                  "product_id": "SUSE Manager Proxy 4.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 4.3",
                "product": {
                  "name": "SUSE Manager Server 4.3",
                  "product_id": "SUSE Manager Server 4.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:4.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.2",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.2",
                  "product_id": "SUSE Linux Enterprise Micro 5.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.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 Micro 5.5",
                "product": {
                  "name": "openSUSE Leap Micro 5.5",
                  "product_id": "openSUSE Leap Micro 5.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap-micro:5.5"
                  }
                }
              },
              {
                "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_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.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:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.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:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.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:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.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:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.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:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.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:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.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:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.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:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.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:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.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:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.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:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.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:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.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:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.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:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.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:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.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:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.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:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.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:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.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:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.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:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.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:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.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:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.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:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.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:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.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:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.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:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.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:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.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:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.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:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.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:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.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:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.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:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.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_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
          "product_id": "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Proxy 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
          "product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-doc-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64"
        },
        "product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "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_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-27T12:35:59Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    },
    {
      "cve": "CVE-2024-6232",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-6232"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-6232",
          "url": "https://www.suse.com/security/cve/CVE-2024-6232"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1230227 for CVE-2024-6232",
          "url": "https://bugzilla.suse.com/1230227"
        }
      ],
      "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_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-27T12:35:59Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-6232"
    },
    {
      "cve": "CVE-2024-6923",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-6923"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-6923",
          "url": "https://www.suse.com/security/cve/CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228780 for CVE-2024-6923",
          "url": "https://bugzilla.suse.com/1228780"
        }
      ],
      "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_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-27T12:35:59Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-6923"
    },
    {
      "cve": "CVE-2024-7592",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-7592"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
          "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
          "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-7592",
          "url": "https://www.suse.com/security/cve/CVE-2024-7592"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1229596 for CVE-2024-7592",
          "url": "https://bugzilla.suse.com/1229596"
        }
      ],
      "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_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 2.6,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
            "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
            "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-27T12:35:59Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-7592"
    }
  ]
}
  suse-su-2024:3351-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for python3",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python3 fixes the following issues:\n\n- CVE-2024-5642: buffer overread when NPN is used and invalid values are sent to the OpenSSL API. (bsc#1227233)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-3351,SUSE-SUSE-MicroOS-5.1-2024-3351",
        "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-2024_3351-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:3351-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243351-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:3351-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019481.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227233",
        "url": "https://bugzilla.suse.com/1227233"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      }
    ],
    "title": "Security update for python3",
    "tracking": {
      "current_release_date": "2024-09-20T07:58:24Z",
      "generator": {
        "date": "2024-09-20T07:58:24Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:3351-1",
      "initial_release_date": "2024-09-20T07:58:24Z",
      "revision_history": [
        {
          "date": "2024-09-20T07:58:24Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-base-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-base-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-curses-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-curses-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-dbm-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-dbm-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-devel-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-devel-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-doc-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-doc-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-doc-devhelp-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-idle-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-idle-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-testsuite-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-testsuite-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-tk-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-tk-3.6.15-150000.3.158.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150000.3.158.1.aarch64",
                "product": {
                  "name": "python3-tools-3.6.15-150000.3.158.1.aarch64",
                  "product_id": "python3-tools-3.6.15-150000.3.158.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.158.1.aarch64_ilp32",
                "product": {
                  "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.158.1.aarch64_ilp32",
                  "product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.158.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.i586",
                  "product_id": "libpython3_6m1_0-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-base-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-base-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-curses-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-curses-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-dbm-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-dbm-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-devel-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-devel-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-doc-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-doc-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-doc-devhelp-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-idle-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-idle-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-testsuite-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-testsuite-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-tk-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-tk-3.6.15-150000.3.158.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150000.3.158.1.i586",
                "product": {
                  "name": "python3-tools-3.6.15-150000.3.158.1.i586",
                  "product_id": "python3-tools-3.6.15-150000.3.158.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "libpython3_6m1_0-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-base-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-base-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-curses-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-curses-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-dbm-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-dbm-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-devel-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-devel-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-doc-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-doc-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-doc-devhelp-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-idle-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-idle-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-testsuite-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-testsuite-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-tk-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-tk-3.6.15-150000.3.158.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150000.3.158.1.ppc64le",
                "product": {
                  "name": "python3-tools-3.6.15-150000.3.158.1.ppc64le",
                  "product_id": "python3-tools-3.6.15-150000.3.158.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
                  "product_id": "libpython3_6m1_0-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-base-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-base-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-curses-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-curses-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-dbm-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-dbm-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-devel-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-devel-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-doc-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-doc-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-doc-devhelp-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-idle-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-idle-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-testsuite-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-testsuite-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-tk-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-tk-3.6.15-150000.3.158.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150000.3.158.1.s390x",
                "product": {
                  "name": "python3-tools-3.6.15-150000.3.158.1.s390x",
                  "product_id": "python3-tools-3.6.15-150000.3.158.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-base-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-base-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-base-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-curses-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-curses-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-curses-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-dbm-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-dbm-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-dbm-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-devel-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-devel-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-devel-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-doc-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-doc-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-doc-devhelp-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-doc-devhelp-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-idle-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-idle-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-idle-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-testsuite-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-testsuite-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-testsuite-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tk-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-tk-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-tk-3.6.15-150000.3.158.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python3-tools-3.6.15-150000.3.158.1.x86_64",
                "product": {
                  "name": "python3-tools-3.6.15-150000.3.158.1.x86_64",
                  "product_id": "python3-tools-3.6.15-150000.3.158.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.1",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.1",
                  "product_id": "SUSE Linux Enterprise Micro 5.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150000.3.158.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.aarch64"
        },
        "product_reference": "python3-3.6.15-150000.3.158.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150000.3.158.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.s390x"
        },
        "product_reference": "python3-3.6.15-150000.3.158.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-3.6.15-150000.3.158.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.x86_64"
        },
        "product_reference": "python3-3.6.15-150000.3.158.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150000.3.158.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.aarch64"
        },
        "product_reference": "python3-base-3.6.15-150000.3.158.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150000.3.158.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.s390x"
        },
        "product_reference": "python3-base-3.6.15-150000.3.158.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-base-3.6.15-150000.3.158.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.x86_64"
        },
        "product_reference": "python3-base-3.6.15-150000.3.158.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
          "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
          "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
          "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.aarch64",
          "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.s390x",
          "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.x86_64",
          "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.aarch64",
          "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.s390x",
          "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.x86_64",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.158.1.x86_64",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.158.1.x86_64",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.aarch64",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.s390x",
            "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.158.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-20T07:58:24Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    }
  ]
}
  suse-su-2024:3076-1
Vulnerability from csaf_suse
Notes
{
  "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\nSecurity issues fixed:\n\n- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)\n- CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233)\n\nNon-security issues fixed:\n\n- Fixed executable bits for /usr/bin/idle* (bsc#1227378).\n- Improve python reproducible builds (bsc#1227999)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-3076,SUSE-SLE-Module-Legacy-15-SP5-2024-3076,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3076,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3076,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3076,SUSE-Storage-7.1-2024-3076,openSUSE-SLE-15.5-2024-3076,openSUSE-SLE-15.6-2024-3076",
        "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-2024_3076-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:3076-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243076-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:3076-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036726.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227233",
        "url": "https://bugzilla.suse.com/1227233"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227378",
        "url": "https://bugzilla.suse.com/1227378"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227999",
        "url": "https://bugzilla.suse.com/1227999"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228780",
        "url": "https://bugzilla.suse.com/1228780"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-6923 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-6923/"
      }
    ],
    "title": "Security update for python39",
    "tracking": {
      "current_release_date": "2024-09-02T14:41:42Z",
      "generator": {
        "date": "2024-09-02T14:41:42Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:3076-1",
      "initial_release_date": "2024-09-02T14:41:42Z",
      "revision_history": [
        {
          "date": "2024-09-02T14:41:42Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-base-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-base-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-curses-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-curses-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-dbm-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-devel-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-devel-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-doc-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-doc-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-idle-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-idle-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-testsuite-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-testsuite-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-tk-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-tk-3.9.19-150300.4.49.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.19-150300.4.49.1.aarch64",
                "product": {
                  "name": "python39-tools-3.9.19-150300.4.49.1.aarch64",
                  "product_id": "python39-tools-3.9.19-150300.4.49.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                "product": {
                  "name": "libpython3_9-1_0-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                  "product_id": "libpython3_9-1_0-64bit-3.9.19-150300.4.49.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python39-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                "product": {
                  "name": "python39-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                  "product_id": "python39-64bit-3.9.19-150300.4.49.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                "product": {
                  "name": "python39-base-64bit-3.9.19-150300.4.49.1.aarch64_ilp32",
                  "product_id": "python39-base-64bit-3.9.19-150300.4.49.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.i586",
                  "product_id": "libpython3_9-1_0-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-base-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-base-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-curses-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-curses-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-dbm-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-dbm-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-devel-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-devel-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-doc-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-doc-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-doc-devhelp-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-idle-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-idle-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-testsuite-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-testsuite-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-tk-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-tk-3.9.19-150300.4.49.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.19-150300.4.49.1.i586",
                "product": {
                  "name": "python39-tools-3.9.19-150300.4.49.1.i586",
                  "product_id": "python39-tools-3.9.19-150300.4.49.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-base-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-base-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-curses-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-curses-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-dbm-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-dbm-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-devel-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-devel-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-doc-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-doc-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-idle-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-idle-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-tk-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-tk-3.9.19-150300.4.49.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.19-150300.4.49.1.ppc64le",
                "product": {
                  "name": "python39-tools-3.9.19-150300.4.49.1.ppc64le",
                  "product_id": "python39-tools-3.9.19-150300.4.49.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
                  "product_id": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-base-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-base-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-curses-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-curses-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-dbm-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-dbm-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-devel-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-devel-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-doc-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-doc-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-idle-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-idle-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-testsuite-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-testsuite-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-tk-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-tk-3.9.19-150300.4.49.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.19-150300.4.49.1.s390x",
                "product": {
                  "name": "python39-tools-3.9.19-150300.4.49.1.s390x",
                  "product_id": "python39-tools-3.9.19-150300.4.49.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-32bit-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-32bit-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-32bit-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-base-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-base-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-curses-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-curses-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-curses-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-dbm-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-devel-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-devel-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-devel-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-doc-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-doc-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-idle-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-idle-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-idle-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-testsuite-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-testsuite-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-testsuite-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tk-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-tk-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-tk-3.9.19-150300.4.49.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python39-tools-3.9.19-150300.4.49.1.x86_64",
                "product": {
                  "name": "python39-tools-3.9.19-150300.4.49.1.x86_64",
                  "product_id": "python39-tools-3.9.19-150300.4.49.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
                  }
                }
              },
              {
                "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 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 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.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_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "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.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.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.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.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.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.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.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-32bit-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-32bit-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-curses-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-curses-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-dbm-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-dbm-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-devel-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-devel-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-doc-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-idle-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-idle-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-testsuite-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-testsuite-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tk-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tk-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-tools-3.9.19-150300.4.49.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
        },
        "product_reference": "python39-tools-3.9.19-150300.4.49.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "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.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-02T14:41:42Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    },
    {
      "cve": "CVE-2024-6923",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-6923"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
          "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-6923",
          "url": "https://www.suse.com/security/cve/CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228780 for CVE-2024-6923",
          "url": "https://bugzilla.suse.com/1228780"
        }
      ],
      "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.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.49.1.x86_64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.aarch64",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.ppc64le",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.s390x",
            "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.49.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-02T14:41:42Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-6923"
    }
  ]
}
  suse-su-2024:3353-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for python36",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python36 fixes the following issues:\n\n- CVE-2024-5642: Fixed invalid value sent to underlying OpenSSL API may cause a buffer overread when NPN is used (bsc#1227233)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-3353,SUSE-SLE-SDK-12-SP5-2024-3353,SUSE-SLE-SERVER-12-SP5-2024-3353",
        "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-2024_3353-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:3353-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243353-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:3353-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019480.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1227233",
        "url": "https://bugzilla.suse.com/1227233"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5642 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5642/"
      }
    ],
    "title": "Security update for python36",
    "tracking": {
      "current_release_date": "2024-09-20T09:32:01Z",
      "generator": {
        "date": "2024-09-20T09:32:01Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:3353-1",
      "initial_release_date": "2024-09-20T09:32:01Z",
      "revision_history": [
        {
          "date": "2024-09-20T09:32:01Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.aarch64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.aarch64",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-3.6.15-64.1.aarch64",
                  "product_id": "python36-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-base-3.6.15-64.1.aarch64",
                  "product_id": "python36-base-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.aarch64",
                  "product_id": "python36-curses-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.aarch64",
                  "product_id": "python36-dbm-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.aarch64",
                  "product_id": "python36-devel-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.aarch64",
                  "product_id": "python36-idle-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.aarch64",
                  "product_id": "python36-testsuite-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.aarch64",
                  "product_id": "python36-tk-3.6.15-64.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.aarch64",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.aarch64",
                  "product_id": "python36-tools-3.6.15-64.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-64bit-3.6.15-64.1.aarch64_ilp32",
                "product": {
                  "name": "libpython3_6m1_0-64bit-3.6.15-64.1.aarch64_ilp32",
                  "product_id": "libpython3_6m1_0-64bit-3.6.15-64.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python36-64bit-3.6.15-64.1.aarch64_ilp32",
                "product": {
                  "name": "python36-64bit-3.6.15-64.1.aarch64_ilp32",
                  "product_id": "python36-64bit-3.6.15-64.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-64bit-3.6.15-64.1.aarch64_ilp32",
                "product": {
                  "name": "python36-base-64bit-3.6.15-64.1.aarch64_ilp32",
                  "product_id": "python36-base-64bit-3.6.15-64.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.i586",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.i586",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-3.6.15-64.1.i586",
                  "product_id": "python36-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-base-3.6.15-64.1.i586",
                  "product_id": "python36-base-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.i586",
                  "product_id": "python36-curses-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.i586",
                  "product_id": "python36-dbm-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.i586",
                  "product_id": "python36-devel-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.i586",
                  "product_id": "python36-idle-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.i586",
                  "product_id": "python36-testsuite-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.i586",
                  "product_id": "python36-tk-3.6.15-64.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.i586",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.i586",
                  "product_id": "python36-tools-3.6.15-64.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.ppc64le",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-3.6.15-64.1.ppc64le",
                  "product_id": "python36-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-base-3.6.15-64.1.ppc64le",
                  "product_id": "python36-base-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.ppc64le",
                  "product_id": "python36-curses-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.ppc64le",
                  "product_id": "python36-dbm-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.ppc64le",
                  "product_id": "python36-devel-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.ppc64le",
                  "product_id": "python36-idle-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.ppc64le",
                  "product_id": "python36-testsuite-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.ppc64le",
                  "product_id": "python36-tk-3.6.15-64.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.ppc64le",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.ppc64le",
                  "product_id": "python36-tools-3.6.15-64.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.s390",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.s390",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-3.6.15-64.1.s390",
                  "product_id": "python36-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-base-3.6.15-64.1.s390",
                  "product_id": "python36-base-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.s390",
                  "product_id": "python36-curses-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.s390",
                  "product_id": "python36-dbm-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.s390",
                  "product_id": "python36-devel-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.s390",
                  "product_id": "python36-idle-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.s390",
                  "product_id": "python36-testsuite-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.s390",
                  "product_id": "python36-tk-3.6.15-64.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.s390",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.s390",
                  "product_id": "python36-tools-3.6.15-64.1.s390"
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.s390x",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.s390x",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
                "product": {
                  "name": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
                  "product_id": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-3.6.15-64.1.s390x",
                  "product_id": "python36-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-32bit-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-32bit-3.6.15-64.1.s390x",
                  "product_id": "python36-32bit-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-base-3.6.15-64.1.s390x",
                  "product_id": "python36-base-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-32bit-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-base-32bit-3.6.15-64.1.s390x",
                  "product_id": "python36-base-32bit-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.s390x",
                  "product_id": "python36-curses-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.s390x",
                  "product_id": "python36-dbm-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.s390x",
                  "product_id": "python36-devel-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.s390x",
                  "product_id": "python36-idle-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.s390x",
                  "product_id": "python36-testsuite-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.s390x",
                  "product_id": "python36-tk-3.6.15-64.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.s390x",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.s390x",
                  "product_id": "python36-tools-3.6.15-64.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-3.6.15-64.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-3.6.15-64.1.x86_64",
                  "product_id": "libpython3_6m1_0-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
                "product": {
                  "name": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
                  "product_id": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-3.6.15-64.1.x86_64",
                  "product_id": "python36-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-32bit-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-32bit-3.6.15-64.1.x86_64",
                  "product_id": "python36-32bit-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-base-3.6.15-64.1.x86_64",
                  "product_id": "python36-base-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-base-32bit-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-base-32bit-3.6.15-64.1.x86_64",
                  "product_id": "python36-base-32bit-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-curses-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-curses-3.6.15-64.1.x86_64",
                  "product_id": "python36-curses-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-dbm-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-dbm-3.6.15-64.1.x86_64",
                  "product_id": "python36-dbm-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-devel-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-devel-3.6.15-64.1.x86_64",
                  "product_id": "python36-devel-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-idle-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-idle-3.6.15-64.1.x86_64",
                  "product_id": "python36-idle-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-testsuite-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-testsuite-3.6.15-64.1.x86_64",
                  "product_id": "python36-testsuite-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tk-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-tk-3.6.15-64.1.x86_64",
                  "product_id": "python36-tk-3.6.15-64.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python36-tools-3.6.15-64.1.x86_64",
                "product": {
                  "name": "python36-tools-3.6.15-64.1.x86_64",
                  "product_id": "python36-tools-3.6.15-64.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-devel-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.aarch64"
        },
        "product_reference": "python36-devel-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-devel-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.ppc64le"
        },
        "product_reference": "python36-devel-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-devel-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.s390x"
        },
        "product_reference": "python36-devel-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-devel-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.x86_64"
        },
        "product_reference": "python36-devel-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.aarch64"
        },
        "product_reference": "python36-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.ppc64le"
        },
        "product_reference": "python36-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.s390x"
        },
        "product_reference": "python36-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.x86_64"
        },
        "product_reference": "python36-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.aarch64"
        },
        "product_reference": "python36-base-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.ppc64le"
        },
        "product_reference": "python36-base-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.s390x"
        },
        "product_reference": "python36-base-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.x86_64"
        },
        "product_reference": "python36-base-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64"
        },
        "product_reference": "libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.aarch64"
        },
        "product_reference": "python36-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.ppc64le"
        },
        "product_reference": "python36-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.s390x"
        },
        "product_reference": "python36-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.x86_64"
        },
        "product_reference": "python36-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.aarch64"
        },
        "product_reference": "python36-base-3.6.15-64.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.ppc64le"
        },
        "product_reference": "python36-base-3.6.15-64.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.s390x"
        },
        "product_reference": "python36-base-3.6.15-64.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python36-base-3.6.15-64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.x86_64"
        },
        "product_reference": "python36-base-3.6.15-64.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5642",
          "url": "https://www.suse.com/security/cve/CVE-2024-5642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1227233 for CVE-2024-5642",
          "url": "https://bugzilla.suse.com/1227233"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-64.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-64.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-09-20T09:32:01Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5642"
    }
  ]
}
  CERTFR-2025-AVI-0864
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
                  
  | 
              |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "VMWare Tanzu pour MySQL sur Kubernetes 2.0.0 toutes version",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2022-1343",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
    },
    {
      "name": "CVE-2013-4235",
      "url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
    },
    {
      "name": "CVE-2024-37370",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
    },
    {
      "name": "CVE-2024-24790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
    },
    {
      "name": "CVE-2024-21171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21171"
    },
    {
      "name": "CVE-2025-30681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
    },
    {
      "name": "CVE-2023-0216",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
    },
    {
      "name": "CVE-2023-7104",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
    },
    {
      "name": "CVE-2022-1473",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
    },
    {
      "name": "CVE-2024-20977",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20977"
    },
    {
      "name": "CVE-2022-48564",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48564"
    },
    {
      "name": "CVE-2023-40217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
    },
    {
      "name": "CVE-2023-0401",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
    },
    {
      "name": "CVE-2024-20985",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20985"
    },
    {
      "name": "CVE-2025-30689",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
    },
    {
      "name": "CVE-2024-11168",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
    },
    {
      "name": "CVE-2024-21160",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21160"
    },
    {
      "name": "CVE-2025-30715",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
    },
    {
      "name": "CVE-2024-28834",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
    },
    {
      "name": "CVE-2023-46218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
    },
    {
      "name": "CVE-2025-30682",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
    },
    {
      "name": "CVE-2024-21052",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21052"
    },
    {
      "name": "CVE-2024-20964",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20964"
    },
    {
      "name": "CVE-2023-22103",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
    },
    {
      "name": "CVE-2025-21500",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
    },
    {
      "name": "CVE-2024-21207",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
    },
    {
      "name": "CVE-2025-21503",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
    },
    {
      "name": "CVE-2024-21053",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21053"
    },
    {
      "name": "CVE-2024-21142",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21142"
    },
    {
      "name": "CVE-2025-21494",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21494"
    },
    {
      "name": "CVE-2023-38546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
    },
    {
      "name": "CVE-2024-20976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20976"
    },
    {
      "name": "CVE-2024-33602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
    },
    {
      "name": "CVE-2022-4304",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
    },
    {
      "name": "CVE-2025-21519",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
    },
    {
      "name": "CVE-2024-21200",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21200"
    },
    {
      "name": "CVE-2024-20998",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20998"
    },
    {
      "name": "CVE-2024-21231",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21231"
    },
    {
      "name": "CVE-2022-1292",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
    },
    {
      "name": "CVE-2024-21197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
    },
    {
      "name": "CVE-2024-21102",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21102"
    },
    {
      "name": "CVE-2025-30703",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
    },
    {
      "name": "CVE-2023-45288",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
    },
    {
      "name": "CVE-2024-21049",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21049"
    },
    {
      "name": "CVE-2023-3817",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
    },
    {
      "name": "CVE-2024-6232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
    },
    {
      "name": "CVE-2025-21534",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21534"
    },
    {
      "name": "CVE-2025-21505",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
    },
    {
      "name": "CVE-2022-45061",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
    },
    {
      "name": "CVE-2024-45492",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
    },
    {
      "name": "CVE-2024-21157",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21157"
    },
    {
      "name": "CVE-2024-9287",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
    },
    {
      "name": "CVE-2024-3596",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
    },
    {
      "name": "CVE-2023-0215",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
    },
    {
      "name": "CVE-2024-21015",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21015"
    },
    {
      "name": "CVE-2025-21501",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
    },
    {
      "name": "CVE-2025-24528",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
    },
    {
      "name": "CVE-2024-21166",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21166"
    },
    {
      "name": "CVE-2023-0286",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
    },
    {
      "name": "CVE-2023-4016",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
    },
    {
      "name": "CVE-2023-45918",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45918"
    },
    {
      "name": "CVE-2025-30696",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
    },
    {
      "name": "CVE-2023-45285",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
    },
    {
      "name": "CVE-2024-24783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
    },
    {
      "name": "CVE-2024-24791",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
    },
    {
      "name": "CVE-2025-21584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
    },
    {
      "name": "CVE-2024-20962",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20962"
    },
    {
      "name": "CVE-2022-48565",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48565"
    },
    {
      "name": "CVE-2023-4807",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
    },
    {
      "name": "CVE-2022-0391",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
    },
    {
      "name": "CVE-2025-21521",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21521"
    },
    {
      "name": "CVE-2024-45341",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
    },
    {
      "name": "CVE-2023-44487",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
    },
    {
      "name": "CVE-2023-5363",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
    },
    {
      "name": "CVE-2023-45289",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
    },
    {
      "name": "CVE-2022-2068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
    },
    {
      "name": "CVE-2024-21198",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
    },
    {
      "name": "CVE-2023-0466",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
    },
    {
      "name": "CVE-2025-0938",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
    },
    {
      "name": "CVE-2024-21009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21009"
    },
    {
      "name": "CVE-2024-33600",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
    },
    {
      "name": "CVE-2024-20969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20969"
    },
    {
      "name": "CVE-2024-21201",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
    },
    {
      "name": "CVE-2024-21177",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21177"
    },
    {
      "name": "CVE-2023-0465",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
    },
    {
      "name": "CVE-2022-4203",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
    },
    {
      "name": "CVE-2023-4813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
    },
    {
      "name": "CVE-2023-45290",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
    },
    {
      "name": "CVE-2025-30683",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
    },
    {
      "name": "CVE-2025-30699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
    },
    {
      "name": "CVE-2025-27587",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
    },
    {
      "name": "CVE-2023-22070",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
    },
    {
      "name": "CVE-2025-22866",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
    },
    {
      "name": "CVE-2024-33599",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
    },
    {
      "name": "CVE-2025-21492",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21492"
    },
    {
      "name": "CVE-2024-34158",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
    },
    {
      "name": "CVE-2023-47038",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
    },
    {
      "name": "CVE-2023-5981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
    },
    {
      "name": "CVE-2023-27043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
    },
    {
      "name": "CVE-2023-22112",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22112"
    },
    {
      "name": "CVE-2024-20966",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20966"
    },
    {
      "name": "CVE-2023-0217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
    },
    {
      "name": "CVE-2024-21213",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
    },
    {
      "name": "CVE-2025-21555",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
    },
    {
      "name": "CVE-2024-45490",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
    },
    {
      "name": "CVE-2024-20972",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20972"
    },
    {
      "name": "CVE-2024-21159",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21159"
    },
    {
      "name": "CVE-2022-3786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
    },
    {
      "name": "CVE-2024-12085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
    },
    {
      "name": "CVE-2023-48795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
    },
    {
      "name": "CVE-2024-45491",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
    },
    {
      "name": "CVE-2024-21219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
    },
    {
      "name": "CVE-2024-21194",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
    },
    {
      "name": "CVE-2024-21196",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
    },
    {
      "name": "CVE-2024-21179",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21179"
    },
    {
      "name": "CVE-2024-21199",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
    },
    {
      "name": "CVE-2024-21050",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21050"
    },
    {
      "name": "CVE-2025-21574",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
    },
    {
      "name": "CVE-2022-48566",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48566"
    },
    {
      "name": "CVE-2023-0464",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
    },
    {
      "name": "CVE-2025-21580",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
    },
    {
      "name": "CVE-2023-6918",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
    },
    {
      "name": "CVE-2025-21575",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
    },
    {
      "name": "CVE-2024-20961",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20961"
    },
    {
      "name": "CVE-2025-21540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
    },
    {
      "name": "CVE-2025-21577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
    },
    {
      "name": "CVE-2024-45336",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
    },
    {
      "name": "CVE-2024-20996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20996"
    },
    {
      "name": "CVE-2024-5535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
    },
    {
      "name": "CVE-2024-0450",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
    },
    {
      "name": "CVE-2024-5642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
    },
    {
      "name": "CVE-2024-20983",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20983"
    },
    {
      "name": "CVE-2025-30705",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
    },
    {
      "name": "CVE-2024-21237",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21237"
    },
    {
      "name": "CVE-2025-21536",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21536"
    },
    {
      "name": "CVE-2021-4189",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
    },
    {
      "name": "CVE-2024-24785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
    },
    {
      "name": "CVE-2024-21127",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21127"
    },
    {
      "name": "CVE-2024-21134",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21134"
    },
    {
      "name": "CVE-2024-21000",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21000"
    },
    {
      "name": "CVE-2024-20984",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20984"
    },
    {
      "name": "CVE-2023-5156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
    },
    {
      "name": "CVE-2024-21212",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
    },
    {
      "name": "CVE-2024-21130",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21130"
    },
    {
      "name": "CVE-2024-21193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
    },
    {
      "name": "CVE-2024-0553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
    },
    {
      "name": "CVE-2024-21241",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
    },
    {
      "name": "CVE-2024-21057",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21057"
    },
    {
      "name": "CVE-2025-21525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21525"
    },
    {
      "name": "CVE-2025-4802",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
    },
    {
      "name": "CVE-2025-30684",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
    },
    {
      "name": "CVE-2024-9143",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
    },
    {
      "name": "CVE-2024-12087",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
    },
    {
      "name": "CVE-2023-22032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
    },
    {
      "name": "CVE-2024-33601",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
    },
    {
      "name": "CVE-2024-21135",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21135"
    },
    {
      "name": "CVE-2024-28085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
    },
    {
      "name": "CVE-2025-21579",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
    },
    {
      "name": "CVE-2024-34156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
    },
    {
      "name": "CVE-2023-6237",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
    },
    {
      "name": "CVE-2025-29088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
    },
    {
      "name": "CVE-2021-46848",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
    },
    {
      "name": "CVE-2024-20963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20963"
    },
    {
      "name": "CVE-2024-21096",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21096"
    },
    {
      "name": "CVE-2024-22365",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
    },
    {
      "name": "CVE-2022-4450",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
    },
    {
      "name": "CVE-2024-21236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
    },
    {
      "name": "CVE-2023-2650",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
    },
    {
      "name": "CVE-2024-2236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
    },
    {
      "name": "CVE-2023-4039",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
    },
    {
      "name": "CVE-2022-3996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
    },
    {
      "name": "CVE-2025-21490",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
    },
    {
      "name": "CVE-2024-21137",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
    },
    {
      "name": "CVE-2024-2398",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
    },
    {
      "name": "CVE-2024-21062",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21062"
    },
    {
      "name": "CVE-2024-21055",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21055"
    },
    {
      "name": "CVE-2024-21239",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
    },
    {
      "name": "CVE-2017-11164",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
    },
    {
      "name": "CVE-2022-48560",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48560"
    },
    {
      "name": "CVE-2024-21165",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21165"
    },
    {
      "name": "CVE-2024-0727",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
    },
    {
      "name": "CVE-2024-10041",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
    },
    {
      "name": "CVE-2023-6129",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
    },
    {
      "name": "CVE-2024-21056",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21056"
    },
    {
      "name": "CVE-2025-4673",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
    },
    {
      "name": "CVE-2025-30721",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
    },
    {
      "name": "CVE-2025-22871",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
    },
    {
      "name": "CVE-2024-26461",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
    },
    {
      "name": "CVE-2022-40735",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
    },
    {
      "name": "CVE-2024-24787",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
    },
    {
      "name": "CVE-2024-21047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21047"
    },
    {
      "name": "CVE-2023-4641",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
    },
    {
      "name": "CVE-2023-36054",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
    },
    {
      "name": "CVE-2024-26458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
    },
    {
      "name": "CVE-2024-20981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20981"
    },
    {
      "name": "CVE-2024-21185",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21185"
    },
    {
      "name": "CVE-2024-6119",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
    },
    {
      "name": "CVE-2025-40909",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
    },
    {
      "name": "CVE-2023-1255",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
    },
    {
      "name": "CVE-2024-21013",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21013"
    },
    {
      "name": "CVE-2023-22078",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
    },
    {
      "name": "CVE-2016-20013",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-20013"
    },
    {
      "name": "CVE-2023-6004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
    },
    {
      "name": "CVE-2025-21491",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
    },
    {
      "name": "CVE-2024-12747",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
    },
    {
      "name": "CVE-2022-3358",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
    },
    {
      "name": "CVE-2022-2097",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
    },
    {
      "name": "CVE-2024-21162",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21162"
    },
    {
      "name": "CVE-2023-7008",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
    },
    {
      "name": "CVE-2024-4603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
    },
    {
      "name": "CVE-2023-22092",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22092"
    },
    {
      "name": "CVE-2024-8096",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
    },
    {
      "name": "CVE-2023-4806",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
    },
    {
      "name": "CVE-2025-30722",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
    },
    {
      "name": "CVE-2016-2781",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
    },
    {
      "name": "CVE-2023-29383",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
    },
    {
      "name": "CVE-2024-21060",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21060"
    },
    {
      "name": "CVE-2024-50602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
    },
    {
      "name": "CVE-2025-30687",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
    },
    {
      "name": "CVE-2025-21529",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
    },
    {
      "name": "CVE-2025-21559",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
    },
    {
      "name": "CVE-2025-21504",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21504"
    },
    {
      "name": "CVE-2024-20974",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20974"
    },
    {
      "name": "CVE-2023-22084",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
    },
    {
      "name": "CVE-2024-21125",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21125"
    },
    {
      "name": "CVE-2024-4741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
    },
    {
      "name": "CVE-2025-21523",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
    },
    {
      "name": "CVE-2025-21518",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21518"
    },
    {
      "name": "CVE-2024-20993",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20993"
    },
    {
      "name": "CVE-2025-30704",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
    },
    {
      "name": "CVE-2024-21129",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21129"
    },
    {
      "name": "CVE-2023-24329",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
    },
    {
      "name": "CVE-2024-20982",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20982"
    },
    {
      "name": "CVE-2024-12243",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
    },
    {
      "name": "CVE-2025-30693",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
    },
    {
      "name": "CVE-2025-21585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
    },
    {
      "name": "CVE-2024-12088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
    },
    {
      "name": "CVE-2023-2975",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
    },
    {
      "name": "CVE-2025-0395",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
    },
    {
      "name": "CVE-2023-26604",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-26604"
    },
    {
      "name": "CVE-2022-3602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
    },
    {
      "name": "CVE-2024-21087",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21087"
    },
    {
      "name": "CVE-2023-22064",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22064"
    },
    {
      "name": "CVE-2024-20971",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20971"
    },
    {
      "name": "CVE-2024-20978",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20978"
    },
    {
      "name": "CVE-2022-1434",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
    },
    {
      "name": "CVE-2025-21497",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
    },
    {
      "name": "CVE-2023-22114",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
    },
    {
      "name": "CVE-2023-2953",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
    },
    {
      "name": "CVE-2024-4032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
    },
    {
      "name": "CVE-2024-20973",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20973"
    },
    {
      "name": "CVE-2023-39323",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
    },
    {
      "name": "CVE-2023-22097",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
    },
    {
      "name": "CVE-2023-39326",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
    },
    {
      "name": "CVE-2024-20965",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20965"
    },
    {
      "name": "CVE-2023-39325",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
    },
    {
      "name": "CVE-2025-21581",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
    },
    {
      "name": "CVE-2023-39804",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
    },
    {
      "name": "CVE-2024-21061",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21061"
    },
    {
      "name": "CVE-2023-3446",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
    },
    {
      "name": "CVE-2024-20967",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20967"
    },
    {
      "name": "CVE-2024-2511",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
    },
    {
      "name": "CVE-2024-21163",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21163"
    },
    {
      "name": "CVE-2024-21069",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21069"
    },
    {
      "name": "CVE-2024-21051",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21051"
    },
    {
      "name": "CVE-2024-34155",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
    },
    {
      "name": "CVE-2024-20970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20970"
    },
    {
      "name": "CVE-2025-30685",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
    },
    {
      "name": "CVE-2024-21054",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21054"
    },
    {
      "name": "CVE-2025-30695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
    },
    {
      "name": "CVE-2025-30688",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
    },
    {
      "name": "CVE-2025-21522",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
    },
    {
      "name": "CVE-2024-21230",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21230"
    },
    {
      "name": "CVE-2024-20968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20968"
    },
    {
      "name": "CVE-2024-21173",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21173"
    },
    {
      "name": "CVE-2023-5678",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
    },
    {
      "name": "CVE-2024-2961",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
    },
    {
      "name": "CVE-2025-21546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
    },
    {
      "name": "CVE-2024-12133",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
    },
    {
      "name": "CVE-2024-24784",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
    },
    {
      "name": "CVE-2024-28182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
    },
    {
      "name": "CVE-2024-21008",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21008"
    },
    {
      "name": "CVE-2023-6597",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
    },
    {
      "name": "CVE-2024-20994",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20994"
    },
    {
      "name": "CVE-2024-24789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
    },
    {
      "name": "CVE-2023-22059",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
    },
    {
      "name": "CVE-2023-22079",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22079"
    },
    {
      "name": "CVE-2023-22066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
    },
    {
      "name": "CVE-2024-37371",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
    },
    {
      "name": "CVE-2024-20960",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20960"
    },
    {
      "name": "CVE-2025-3576",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
    },
    {
      "name": "CVE-2023-22068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
    },
    {
      "name": "CVE-2024-6923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
    },
    {
      "name": "CVE-2024-8088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
    }
  ],
  "initial_release_date": "2025-10-13T00:00:00",
  "last_revision_date": "2025-10-13T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0864",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-10-13T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Injection SQL (SQLi)"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
  "vendor_advisories": [
    {
      "published_at": "2025-10-10",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36208",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36208"
    }
  ]
}
  CERTFR-2024-AVI-0540
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Python. Elles permettent à un attaquant de provoquer un contournement de la politique de sécurité et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              |||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "CPython versions ant\u00e9rieures \u00e0 3.10.14, 3.11.9, 3.12.4 et 3.13.0a6",
      "product": {
        "name": "CPython",
        "vendor": {
          "name": "Python",
          "scada": false
        }
      }
    },
    {
      "description": "Python versions ant\u00e9rieures \u00e0 3.10",
      "product": {
        "name": "Python",
        "vendor": {
          "name": "Python",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2024-5642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
    },
    {
      "name": "CVE-2024-0397",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
    },
    {
      "name": "CVE-2024-4032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
    }
  ],
  "initial_release_date": "2024-07-04T00:00:00",
  "last_revision_date": "2024-07-04T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-0540",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-07-04T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Python. Elles permettent \u00e0 un attaquant de provoquer un contournement de la politique de s\u00e9curit\u00e9 et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans Python",
  "vendor_advisories": [
    {
      "published_at": "2024-06-17",
      "title": "Bulletin de s\u00e9curit\u00e9 Python BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/"
    },
    {
      "published_at": "2024-06-17",
      "title": "Bulletin de s\u00e9curit\u00e9 Python NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/"
    },
    {
      "published_at": "2024-06-27",
      "title": "Bulletin de s\u00e9curit\u00e9 Python PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
    }
  ]
}
  CERTFR-2025-AVI-0661
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
                  
  | 
              ||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "AppDynamics Cluster Agent versions ant\u00e9rieures \u00e0 25.6.0",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "Splunk",
          "scada": false
        }
      }
    },
    {
      "description": " AppDynamics On-Premise Enterprise Console versions ant\u00e9rieures \u00e0 25.4.0",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "Splunk",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2025-30681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
    },
    {
      "name": "CVE-2019-17267",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-17267"
    },
    {
      "name": "CVE-2022-48564",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48564"
    },
    {
      "name": "CVE-2021-21409",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
    },
    {
      "name": "CVE-2025-30689",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
    },
    {
      "name": "CVE-2025-30715",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
    },
    {
      "name": "CVE-2025-30682",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
    },
    {
      "name": "CVE-2025-21500",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
    },
    {
      "name": "CVE-2023-1370",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
    },
    {
      "name": "CVE-2025-21503",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
    },
    {
      "name": "CVE-2025-21543",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21543"
    },
    {
      "name": "CVE-2024-23944",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-23944"
    },
    {
      "name": "CVE-2024-47601",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47601"
    },
    {
      "name": "CVE-2025-21519",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
    },
    {
      "name": "CVE-2024-47544",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47544"
    },
    {
      "name": "CVE-2025-0913",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
    },
    {
      "name": "CVE-2024-47538",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47538"
    },
    {
      "name": "CVE-2024-47545",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47545"
    },
    {
      "name": "CVE-2023-45853",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
    },
    {
      "name": "CVE-2022-38398",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-38398"
    },
    {
      "name": "CVE-2025-30703",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
    },
    {
      "name": "CVE-2025-21505",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
    },
    {
      "name": "CVE-2022-45061",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
    },
    {
      "name": "CVE-2024-4761",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4761"
    },
    {
      "name": "CVE-2025-21501",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
    },
    {
      "name": "CVE-2024-47596",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47596"
    },
    {
      "name": "CVE-2022-48285",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48285"
    },
    {
      "name": "CVE-2019-9674",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-9674"
    },
    {
      "name": "CVE-2025-30696",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
    },
    {
      "name": "CVE-2025-24970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
    },
    {
      "name": "CVE-2020-10650",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-10650"
    },
    {
      "name": "CVE-2025-21584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
    },
    {
      "name": "CVE-2022-0391",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
    },
    {
      "name": "CVE-2020-36189",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-36189"
    },
    {
      "name": "CVE-2019-20444",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-20444"
    },
    {
      "name": "CVE-2023-34462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
    },
    {
      "name": "CVE-2018-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3824"
    },
    {
      "name": "CVE-2024-7246",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7246"
    },
    {
      "name": "CVE-2024-47602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47602"
    },
    {
      "name": "CVE-2021-20190",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-20190"
    },
    {
      "name": "CVE-2024-29857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
    },
    {
      "name": "CVE-2024-47541",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47541"
    },
    {
      "name": "CVE-2024-47774",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47774"
    },
    {
      "name": "CVE-2023-50186",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-50186"
    },
    {
      "name": "CVE-2024-47599",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47599"
    },
    {
      "name": "CVE-2024-47606",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47606"
    },
    {
      "name": "CVE-2019-16335",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16335"
    },
    {
      "name": "CVE-2024-47540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47540"
    },
    {
      "name": "CVE-2023-3635",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3635"
    },
    {
      "name": "CVE-2023-0833",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0833"
    },
    {
      "name": "CVE-2024-47542",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47542"
    },
    {
      "name": "CVE-2024-45590",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
    },
    {
      "name": "CVE-2018-7489",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
    },
    {
      "name": "CVE-2025-30683",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
    },
    {
      "name": "CVE-2025-30699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
    },
    {
      "name": "CVE-2023-27043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
    },
    {
      "name": "CVE-2025-21531",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21531"
    },
    {
      "name": "CVE-2023-35116",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
    },
    {
      "name": "CVE-2025-21555",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
    },
    {
      "name": "CVE-2024-47546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47546"
    },
    {
      "name": "CVE-2024-47607",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47607"
    },
    {
      "name": "CVE-2021-37137",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
    },
    {
      "name": "CVE-2019-14439",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14439"
    },
    {
      "name": "CVE-2025-21574",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
    },
    {
      "name": "CVE-2025-27888",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27888"
    },
    {
      "name": "CVE-2024-47537",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47537"
    },
    {
      "name": "CVE-2025-21580",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
    },
    {
      "name": "CVE-2024-52979",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52979"
    },
    {
      "name": "CVE-2025-21575",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
    },
    {
      "name": "CVE-2023-6992",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6992"
    },
    {
      "name": "CVE-2025-21540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
    },
    {
      "name": "CVE-2025-21577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
    },
    {
      "name": "CVE-2024-47778",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47778"
    },
    {
      "name": "CVE-2022-24823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
    },
    {
      "name": "CVE-2024-5642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
    },
    {
      "name": "CVE-2021-37136",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
    },
    {
      "name": "CVE-2018-12022",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-12022"
    },
    {
      "name": "CVE-2018-5968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-5968"
    },
    {
      "name": "CVE-2024-47777",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47777"
    },
    {
      "name": "CVE-2025-30705",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
    },
    {
      "name": "CVE-2021-21295",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
    },
    {
      "name": "CVE-2021-4189",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
    },
    {
      "name": "CVE-2024-47543",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47543"
    },
    {
      "name": "CVE-2019-16943",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16943"
    },
    {
      "name": "CVE-2024-47600",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47600"
    },
    {
      "name": "CVE-2025-4802",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
    },
    {
      "name": "CVE-2021-43797",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
    },
    {
      "name": "CVE-2025-30684",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
    },
    {
      "name": "CVE-2017-7525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
    },
    {
      "name": "CVE-2025-22874",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
    },
    {
      "name": "CVE-2025-21579",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
    },
    {
      "name": "CVE-2019-17531",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-17531"
    },
    {
      "name": "CVE-2024-47535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
    },
    {
      "name": "CVE-2023-52428",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
    },
    {
      "name": "CVE-2025-21490",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
    },
    {
      "name": "CVE-2024-47835",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47835"
    },
    {
      "name": "CVE-2022-42004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
    },
    {
      "name": "CVE-2024-47597",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47597"
    },
    {
      "name": "CVE-2025-21520",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21520"
    },
    {
      "name": "CVE-2024-47539",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47539"
    },
    {
      "name": "CVE-2021-23413",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-23413"
    },
    {
      "name": "CVE-2023-6378",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
    },
    {
      "name": "CVE-2022-4899",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
    },
    {
      "name": "CVE-2025-4673",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
    },
    {
      "name": "CVE-2022-40146",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-40146"
    },
    {
      "name": "CVE-2025-30721",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
    },
    {
      "name": "CVE-2022-42890",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42890"
    },
    {
      "name": "CVE-2019-10172",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-10172"
    },
    {
      "name": "CVE-2025-21491",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
    },
    {
      "name": "CVE-2025-25193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
    },
    {
      "name": "CVE-2020-36518",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
    },
    {
      "name": "CVE-2021-42550",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-42550"
    },
    {
      "name": "CVE-2025-30687",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
    },
    {
      "name": "CVE-2024-47598",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47598"
    },
    {
      "name": "CVE-2024-47603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47603"
    },
    {
      "name": "CVE-2022-38648",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-38648"
    },
    {
      "name": "CVE-2025-21529",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
    },
    {
      "name": "CVE-2025-21559",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
    },
    {
      "name": "CVE-2019-14540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14540"
    },
    {
      "name": "CVE-2025-21523",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
    },
    {
      "name": "CVE-2025-21518",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21518"
    },
    {
      "name": "CVE-2025-30704",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
    },
    {
      "name": "CVE-2021-21290",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
    },
    {
      "name": "CVE-2024-47615",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47615"
    },
    {
      "name": "CVE-2025-30693",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
    },
    {
      "name": "CVE-2025-21585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
    },
    {
      "name": "CVE-2017-17485",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-17485"
    },
    {
      "name": "CVE-2025-21497",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
    },
    {
      "name": "CVE-2019-14379",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14379"
    },
    {
      "name": "CVE-2024-47776",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47776"
    },
    {
      "name": "CVE-2024-47834",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47834"
    },
    {
      "name": "CVE-2024-47775",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47775"
    },
    {
      "name": "CVE-2025-21581",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
    },
    {
      "name": "CVE-2025-30685",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
    },
    {
      "name": "CVE-2025-30695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
    },
    {
      "name": "CVE-2025-30688",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
    },
    {
      "name": "CVE-2025-21522",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
    },
    {
      "name": "CVE-2019-16869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16869"
    },
    {
      "name": "CVE-2025-21546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
    },
    {
      "name": "CVE-2024-51504",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51504"
    },
    {
      "name": "CVE-2022-41881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
    },
    {
      "name": "CVE-2022-41704",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41704"
    },
    {
      "name": "CVE-2019-14892",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14892"
    },
    {
      "name": "CVE-2019-20445",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-20445"
    }
  ],
  "initial_release_date": "2025-08-07T00:00:00",
  "last_revision_date": "2025-08-07T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0661",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-08-07T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
  "vendor_advisories": [
    {
      "published_at": "2025-08-06",
      "title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0802",
      "url": "https://advisory.splunk.com/advisories/SVD-2025-0802"
    },
    {
      "published_at": "2025-08-06",
      "title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0801",
      "url": "https://advisory.splunk.com/advisories/SVD-2025-0801"
    }
  ]
}
  ghsa-hrvr-7x5w-xpmq
Vulnerability from github
CPython 3.9 and earlier doesn't disallow configuring an empty list ("[]") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).
{
  "affected": [],
  "aliases": [
    "CVE-2024-5642"
  ],
  "database_specific": {
    "cwe_ids": [],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2024-06-27T21:15:16Z",
    "severity": "MODERATE"
  },
  "details": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
  "id": "GHSA-hrvr-7x5w-xpmq",
  "modified": "2025-10-07T18:31:01Z",
  "published": "2024-06-27T21:32:09Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5642"
    },
    {
      "type": "WEB",
      "url": "https://github.com/python/cpython/issues/121227"
    },
    {
      "type": "WEB",
      "url": "https://github.com/python/cpython/pull/23014"
    },
    {
      "type": "WEB",
      "url": "https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e"
    },
    {
      "type": "WEB",
      "url": "https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31"
    },
    {
      "type": "WEB",
      "url": "https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html"
    },
    {
      "type": "WEB",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ"
    },
    {
      "type": "WEB",
      "url": "https://security.netapp.com/advisory/ntap-20240726-0005"
    },
    {
      "type": "WEB",
      "url": "http://www.openwall.com/lists/oss-security/2024/06/28/4"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
      "type": "CVSS_V3"
    }
  ]
}
  msrc_cve-2024-5642
Vulnerability from csaf_microsoft
Notes
{
  "document": {
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Public",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en-US",
    "notes": [
      {
        "category": "general",
        "text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
        "title": "Additional Resources"
      },
      {
        "category": "legal_disclaimer",
        "text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
        "title": "Disclaimer"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "secure@microsoft.com",
      "name": "Microsoft Security Response Center",
      "namespace": "https://msrc.microsoft.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "CVE-2024-5642 Buffer overread when using an empty list with SSLContext.set_npn_protocols() - VEX",
        "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-5642.json"
      },
      {
        "category": "external",
        "summary": "Microsoft Support Lifecycle",
        "url": "https://support.microsoft.com/lifecycle"
      },
      {
        "category": "external",
        "summary": "Common Vulnerability Scoring System",
        "url": "https://www.first.org/cvss"
      }
    ],
    "title": "Buffer overread when using an empty list with SSLContext.set_npn_protocols()",
    "tracking": {
      "current_release_date": "2025-09-04T00:29:08.000Z",
      "generator": {
        "date": "2025-10-20T01:43:12.030Z",
        "engine": {
          "name": "MSRC Generator",
          "version": "1.0"
        }
      },
      "id": "msrc_CVE-2024-5642",
      "initial_release_date": "2024-06-02T07:00:00.000Z",
      "revision_history": [
        {
          "date": "2025-09-04T00:29:08.000Z",
          "legacy_version": "1",
          "number": "1",
          "summary": "Information published."
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "2.0",
                "product": {
                  "name": "CBL Mariner 2.0",
                  "product_id": "17086"
                }
              }
            ],
            "category": "product_name",
            "name": "Azure Linux"
          },
          {
            "category": "product_name",
            "name": "cbl2 python3 3.9.19-13",
            "product": {
              "name": "cbl2 python3 3.9.19-13",
              "product_id": "1"
            }
          }
        ],
        "category": "vendor",
        "name": "Microsoft"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 python3 3.9.19-13 as a component of CBL Mariner 2.0",
          "product_id": "17086-1"
        },
        "product_reference": "1",
        "relates_to_product_reference": "17086"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5642",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "17086-1"
          ]
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "PSF",
          "title": "Assigning CNA"
        }
      ],
      "product_status": {
        "known_not_affected": [
          "17086-1"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5642 Buffer overread when using an empty list with SSLContext.set_npn_protocols() - VEX",
          "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-5642.json"
        }
      ],
      "title": "Buffer overread when using an empty list with SSLContext.set_npn_protocols()"
    }
  ]
}
  fkie_cve-2024-5642
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| cna@python.org | http://www.openwall.com/lists/oss-security/2024/06/28/4 | ||
| cna@python.org | https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e | ||
| cna@python.org | https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31 | ||
| cna@python.org | https://github.com/python/cpython/issues/121227 | ||
| cna@python.org | https://github.com/python/cpython/pull/23014 | ||
| cna@python.org | https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html | ||
| cna@python.org | https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/ | ||
| cna@python.org | https://security.netapp.com/advisory/ntap-20240726-0005/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/06/28/4 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/issues/121227 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/pull/23014 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20240726-0005/ | 
| Vendor | Product | Version | 
|---|
{
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured)."
    },
    {
      "lang": "es",
      "value": "CPython 3.9 y versiones anteriores no permiten la configuraci\u00f3n de una lista vac\u00eda (\"[]\") para SSLContext.set_npn_protocols(), que es un valor no v\u00e1lido para la API OpenSSL subyacente. Esto da como resultado una lectura excesiva del b\u00fafer cuando se utiliza NPN (consulte CVE-2024-5535 para OpenSSL). Esta vulnerabilidad es de baja gravedad debido a que NPN no se usa ampliamente y especificar una lista vac\u00eda probablemente sea poco com\u00fan en la pr\u00e1ctica (normalmente se configurar\u00eda un nombre de protocolo)."
    }
  ],
  "id": "CVE-2024-5642",
  "lastModified": "2025-10-07T17:15:32.573",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "LOW",
          "baseScore": 6.5,
          "baseSeverity": "MEDIUM",
          "confidentialityImpact": "LOW",
          "integrityImpact": "NONE",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 2.5,
        "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
        "type": "Secondary"
      }
    ]
  },
  "published": "2024-06-27T21:15:16.070",
  "references": [
    {
      "source": "cna@python.org",
      "url": "http://www.openwall.com/lists/oss-security/2024/06/28/4"
    },
    {
      "source": "cna@python.org",
      "url": "https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e"
    },
    {
      "source": "cna@python.org",
      "url": "https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31"
    },
    {
      "source": "cna@python.org",
      "url": "https://github.com/python/cpython/issues/121227"
    },
    {
      "source": "cna@python.org",
      "url": "https://github.com/python/cpython/pull/23014"
    },
    {
      "source": "cna@python.org",
      "url": "https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html"
    },
    {
      "source": "cna@python.org",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
    },
    {
      "source": "cna@python.org",
      "url": "https://security.netapp.com/advisory/ntap-20240726-0005/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "http://www.openwall.com/lists/oss-security/2024/06/28/4"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://github.com/python/cpython/issues/121227"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://github.com/python/cpython/pull/23014"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://jbp.io/2024/06/27/cve-2024-5535-openssl-memory-safety.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://security.netapp.com/advisory/ntap-20240726-0005/"
    }
  ],
  "sourceIdentifier": "cna@python.org",
  "vulnStatus": "Awaiting Analysis"
}
  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.
 - Published Proof of Concept: A public proof of concept is available for this vulnerability.
 - 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.