{
  "document": {
    "aggregate_severity": {
      "text": "Low"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "TuxCare License Agreement",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Cloud Linux Inc. and provide a link to the original.",
        "title": "Terms of Use"
      },
      {
        "category": "details",
        "text": "* SECURITY UPDATE: CPU denial-of-service in csv.Sniffer. Two independent\n     regexes in Sniffer._guess_quote_and_delimiter() ran in super-linear time\n     on samples reachable from the public csv.Sniffer.sniff() API (CWE-1176,\n     algorithmic complexity). The quoted-field probe matched a field body with\n     a lazy \".*?\" under re.DOTALL, so a closing quote not followed by a\n     delimiter was retried against every later quote in the sample: quadratic.\n     The doubled-quote probe dq_regexp was unanchored, rescanned leading\n     whitespace and ran even when no delimiter had been found, which is\n     exponential on a sample carrying a run of quote characters.\n     - debian/patches/CVE-2026-18503.patch: backport of cpython 19e5024518\n       (gh-109638, GH-154868) and fd78b565 (gh-98820, GH-154867), both in\n       their upstream 3.10-branch form. Both commits are part of Python\n       3.10.21, the release the CVE record names as fixing the \"0 to <\n       3.10.21\" range, and gh-98820 alone leaves the doubled-quote probe\n       exponential: with it applied on its own, sniff() on\n       '\"\",'*100 + '\"'*100 + '0' + '\"'*100 + '0', on '\"a\"\\n' + ' '*100000\n       with delimiters=',;', and on '\"a\" \"b\"\\n' + ' '*100000 each still runs\n       unbounded inside a single C-level re call. Field bodies are now matched\n       by unrolled, unambiguous loops that cannot backtrack, the doubled-quote\n       probe is anchored on whole fields and skipped when no delimiter was\n       found, and sniff() normalises CRLF and CR to LF first so the probe's\n       \"$\" means end of record. The 3.10 commits are used rather than the\n       3.11+ ones, which express the same fix with a possessive quantifier\n       that Python 2.7's re module does not support.\n     - CVE-2026-18503\n   * The Misc/NEWS.d fragments of both commits are omitted; this version\n     ships a single Misc/NEWS file.",
        "title": "Details"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://tuxcare.com/contact/",
      "name": "TuxCare",
      "namespace": "https://tuxcare.com/"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507",
        "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_alt_python/debian10/advisories/2026/clsa-2026_1789723507.json"
      }
    ],
    "tracking": {
      "current_release_date": "2026-09-18T09:26:17Z",
      "generator": {
        "date": "2026-09-18T09:26:17Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CLSA-2026:1789723507",
      "initial_release_date": "2026-09-18T09:26:17Z",
      "revision_history": [
        {
          "date": "2026-09-18T09:26:17Z",
          "number": "1",
          "summary": "Initial version"
        }
      ],
      "status": "final",
      "version": "1"
    },
    "title": "Fix CVE(s): CVE-2026-18503, CVE-2026-6879"
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Debian 10",
                "product": {
                  "name": "Debian 10",
                  "product_id": "Debian-10",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:debian:debian_linux:10:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Debian"
          }
        ],
        "category": "vendor",
        "name": "Software in the Public Interest, Inc."
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-31.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-31.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-28.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-28.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-28.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-28?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-25.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-25.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-25.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-25?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-24.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-24.amd64",
                  "product_id": "alt-python27-0:2.7.18-24.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-24?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-22.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-22.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-22.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-22?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-21.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-21.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-21.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-21?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-20.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-20.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-20.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-20?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-19.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-19.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-19.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-19?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-18.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-18.amd64",
                  "product_id": "alt-python27-0:2.7.18-18.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-18?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-17.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-17.amd64",
                  "product_id": "alt-python27-0:2.7.18-17.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-17?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-16.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-16.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-16.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-16?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-14.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-14.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-14.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-14?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-12.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-12.amd64",
                  "product_id": "alt-python27-0:2.7.18-12.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-12?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-11.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-11.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-11.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-11?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-10.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-10.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-10.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-10?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-9.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-9.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-9.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-9?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-8.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-8.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-8.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-8?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-7.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-7.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-7.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-7?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-6.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-6.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-6.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-6?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-3.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-3.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-3.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-3?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-debug-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-debug-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-debug-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-debug@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-idle-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-idle-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-idle-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-idle@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tools-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-tools-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-tools-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tools@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-tkinter-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-tkinter-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-tkinter-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-tkinter@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-devel-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-devel-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-devel-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-devel@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-libs-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-libs-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-libs-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-libs@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python27-test-0:2.7.18-1.amd64",
                "product": {
                  "name": "alt-python27-test-0:2.7.18-1.amd64",
                  "product_id": "alt-python27-test-0:2.7.18-1.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python27-test@2.7.18-1?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-31.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-28.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-28.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-28.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-25.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-25.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-25.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-24.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-24.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-24.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-22.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-22.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-22.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-21.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-21.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-21.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-20.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-20.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-20.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-19.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-19.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-19.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-18.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-18.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-18.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-17.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-17.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-17.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-16.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-16.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-16.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-14.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-14.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-14.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-12.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-12.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-12.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-11.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-11.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-11.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-10.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-10.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-10.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-9.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-9.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-9.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-8.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-8.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-8.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-7.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-7.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-7.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-6.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-6.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-6.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-3.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-3.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-3.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-debug-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-debug-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-debug-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-idle-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-idle-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-idle-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tools-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tools-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-tools-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-tkinter-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-tkinter-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-tkinter-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-devel-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-devel-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-devel-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-libs-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-libs-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-libs-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python27-test-0:2.7.18-1.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python27-test-0:2.7.18-1.amd64"
        },
        "product_reference": "alt-python27-test-0:2.7.18-1.amd64",
        "relates_to_product_reference": "Debian-10"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-18503",
      "cwe": {
        "id": "CWE-1176",
        "name": "Inefficient CPU Computation"
      },
      "notes": [
        {
          "category": "description",
          "text": "Attacker-controlled CSV samples can trigger super-linear \nregular-expression work during dialect sniffing and consume significant \nCPU when applications pass unbounded input to csv.Sniffer.sniff().",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python27-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python27-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-9.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-18503"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/063d4555c94ef412c731527dbf30193327f2ee82",
          "url": "https://github.com/python/cpython/commit/063d4555c94ef412c731527dbf30193327f2ee82"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/476fb09cdb0d73e645849d98c610e7e5697ce7c9",
          "url": "https://github.com/python/cpython/commit/476fb09cdb0d73e645849d98c610e7e5697ce7c9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/89f29c760c02774b099ddd6863268eb13fa3946a",
          "url": "https://github.com/python/cpython/commit/89f29c760c02774b099ddd6863268eb13fa3946a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b09a67a20c464f8288c9f9a6b9c7082a74560024",
          "url": "https://github.com/python/cpython/commit/b09a67a20c464f8288c9f9a6b9c7082a74560024"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b30c7fa9edd921a118f286e9f90f560777fa693b",
          "url": "https://github.com/python/cpython/commit/b30c7fa9edd921a118f286e9f90f560777fa693b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/fd78b565d7c326f96ae903ab945b47f35d829cf4",
          "url": "https://github.com/python/cpython/commit/fd78b565d7c326f96ae903ab945b47f35d829cf4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/98820",
          "url": "https://github.com/python/cpython/issues/98820"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/153694",
          "url": "https://github.com/python/cpython/pull/153694"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/KQ7NBMCPAZJHRROQXJQE4GMXGLD5KHBS/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KQ7NBMCPAZJHRROQXJQE4GMXGLD5KHBS/"
        }
      ],
      "release_date": "2026-08-10T14:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-18T09:25:11.444966Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507",
          "product_ids": [
            "Debian-10:alt-python27-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507"
        },
        {
          "category": "none_available",
          "date": "2026-08-10T14:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python27-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-9.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    },
    {
      "cve": "CVE-2026-6879",
      "cwe": {
        "id": "CWE-407",
        "name": "Inefficient Algorithmic Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "`Element.findall()` and fully-consumed `Element.iterfind()` exhibit `O(n^2)` time complexity when using XPath index predicates (e.g. `[1]`, `[last()]`, `[last()-N]`) on XML documents with many same-tag siblings. `Element.find()` is only affected when the first match is near the end  of the sibling list, such as with `[last()]` or `[last()-N]`;  `.//item[1]` short-circuits after the first match.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python27-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-31.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python27-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-debug-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-devel-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-idle-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-libs-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-test-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-tkinter-0:2.7.18-9.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-1.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-10.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-11.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-12.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-14.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-16.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-17.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-18.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-19.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-20.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-21.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-22.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-24.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-25.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-28.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-3.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-6.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-7.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-8.amd64",
          "Debian-10:alt-python27-tools-0:2.7.18-9.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-6879"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/02c08e6b747ac43d0d866a4ffa916bedf3423f81",
          "url": "https://github.com/python/cpython/commit/02c08e6b747ac43d0d866a4ffa916bedf3423f81"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/037965c00a427cba5c05447efadc67c51a492e85",
          "url": "https://github.com/python/cpython/commit/037965c00a427cba5c05447efadc67c51a492e85"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0583f24ae678993e3f7939f51ad5bcae5ad9dc70",
          "url": "https://github.com/python/cpython/commit/0583f24ae678993e3f7939f51ad5bcae5ad9dc70"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/2ffab083782968a4d732738f4f1dff6bbd69d2b0",
          "url": "https://github.com/python/cpython/commit/2ffab083782968a4d732738f4f1dff6bbd69d2b0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/390337b8ba1658833fdef379e1739c9f9533a8db",
          "url": "https://github.com/python/cpython/commit/390337b8ba1658833fdef379e1739c9f9533a8db"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/96510a3758f4a075f43223afdee3b6ee1a7a7f02",
          "url": "https://github.com/python/cpython/commit/96510a3758f4a075f43223afdee3b6ee1a7a7f02"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/cb409342a19f25656f62e679f8bac265fe1442c3",
          "url": "https://github.com/python/cpython/commit/cb409342a19f25656f62e679f8bac265fe1442c3"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/152674",
          "url": "https://github.com/python/cpython/issues/152674"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/152676",
          "url": "https://github.com/python/cpython/pull/152676"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/7YMZ6DDZVR26TJJBVO3RDNBAVGHNYAKR/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/7YMZ6DDZVR26TJJBVO3RDNBAVGHNYAKR/"
        }
      ],
      "release_date": "2026-07-28T15:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-18T09:25:11.444966Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507",
          "product_ids": [
            "Debian-10:alt-python27-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-31.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1789723507"
        },
        {
          "category": "none_available",
          "date": "2026-07-28T15:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python27-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-debug-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-devel-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-idle-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-libs-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-test-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-tkinter-0:2.7.18-9.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-1.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-10.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-11.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-12.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-14.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-16.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-17.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-18.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-19.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-20.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-21.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-22.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-24.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-25.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-28.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-3.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-6.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-7.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-8.amd64",
            "Debian-10:alt-python27-tools-0:2.7.18-9.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    }
  ]
}