{
  "document": {
    "aggregate_severity": {
      "text": "Critical"
    },
    "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: three defects in the GIF LZW decoder of the bundled libgd\n     - debian/patches/php-5.6-CVE-2026-9672.patch: backport upstream commit\n       fcd691b377d0 (libgd patch by Pierre Joye) in ext/gd/libgd/gd_gif_in.c.\n       The prefix/suffix table reset in LWZReadByte_() cleared table[1][0]\n       repeatedly instead of table[1][i], so table[1] was only initialised up\n       to clear_code and the entries above it kept indeterminate stack\n       contents; the LZW end_code branch fell through and kept decoding with a\n       stale code when the trailing data blocks drained cleanly, which is what\n       lets those bytes reach output pixels; and ReadImage() left its\n       LZW_STATIC_DATA scratch struct uninitialised. All three are reachable\n       from attacker-controlled GIF data via imagecreatefromgif().\n     - Note: byte-identical to upstream, only the context line numbers differ.\n     - CVE-2026-9672\n   * SECURITY UPDATE: SQL injection in ext/pgsql via E'...' backslash breakout\n     - debian/patches/php-5.6-CVE-2026-17543.patch: backport upstream commit\n       ab048bd83b57 (GHSA-7qpv-r5mr-78m4) in ext/pgsql/pgsql.c.\n       php_pgsql_add_quotes() wrapped a PQescapeStringConn()-escaped value in an\n       E'...' literal, where a backslash is an escape character, but\n       PQescapeStringConn() only doubles backslashes when the connection has\n       standard_conforming_strings off. A value such as \"zzz\\' OR 1=1 --\"\n       therefore escaped the doubled quote and broke out of the literal, letting\n       pg_convert(), pg_insert(), pg_update(), pg_delete() and pg_select() inject\n       arbitrary SQL. Emit a plain '...' literal instead, which is what\n       PQescapeStringConn() is documented to be used with.\n     - Note: 5.6 builds the literal with smart_str rather than upstream's\n       zend_string_concat3(), so the fix drops the smart_str_appendc(&str, 'E')\n       call. The pg_convert()/pg_insert()/pg_update() expectations are updated\n       for the dropped E prefix, including the 5.6-era non-\"_9\" duplicates\n       upstream no longer ships, and a 5.6-compatible replacement for the\n       upstream regression test is added.\n     - CVE-2026-17543\n   * SECURITY UPDATE: phar stack exhaustion on a circular symlink chain\n     - debian/patches/php-5.6-CVE-2026-7260.patch: backport upstream commit\n       2e0fa0a44441 (GHSA-vc5h-9ppw-p5f3) in ext/phar/util.c.\n       phar_get_link_source() resolved a symlink by tail-calling itself with no\n       cycle detection, so a tar-based archive whose symlinks form a loop\n       exhausted the stack and crashed the process on open or read. A new static\n       phar_follow_one_link() now performs a single hop and\n       phar_get_link_source() walks the chain iteratively with Floyd\n       tortoise-and-hare cycle detection, returning NULL on a cycle.\n     - Note: kept on the 5.6 zend_hash_find()/TSRMLS API instead of upstream's\n       zend_hash_str_find_ptr(). Upstream follow-up 56b8d1040d83 is not included\n       because phar_get_link_location() can still return entry->link itself\n       here, so the \"if (link != entry->link)\" efree guard is required.\n     - Note: also restores the path separator in phar_get_link_location()\n       (\"*p = '/'\"), without which the Floyd walk's second visit to an entry\n       resolves a truncated prefix, both manifest lookups miss, and the slow\n       cursor is dereferenced as NULL - crashing on *valid* nested archives.\n       Upstream carries the same defect but its fixtures use flat entry names\n       and never reach that branch.\n     - Note: the .phpt from 2e0fa0a is not backported - it ships three binary\n       tar fixtures, which a 3.0 (quilt) source package cannot carry. Instead\n       this adds ext/phar/tests/tar/gh21986.phpt from b2de3cf170, the earlier\n       public fix for the same defect, which builds the circular-symlink tar\n       programmatically in pure PHP; only its --EXTENSIONS-- header is changed\n       to the 5.6-equivalent --SKIPIF--. It fails (SIGSEGV) on an unpatched\n       5.6.40 build and passes on a patched one. Also verified with a\n       standalone ASan/UBSan harness over the patched functions (13 cases:\n       cycles resolve to NULL, acyclic and nested relative chains still\n       resolve, zero allocation balance).\n     - CVE-2026-7260",
        "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-php/releases/CLSA-2026:1786443071",
        "url": "https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_alt_php/ubuntu24.04/advisories/2026/clsa-2026_1786443071.json"
      }
    ],
    "tracking": {
      "current_release_date": "2026-08-11T10:12:43Z",
      "generator": {
        "date": "2026-08-11T10:12:43Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CLSA-2026:1786443071",
      "initial_release_date": "2026-08-11T10:12:43Z",
      "revision_history": [
        {
          "date": "2026-08-11T10:12:43Z",
          "number": "1",
          "summary": "Initial version"
        }
      ],
      "status": "final",
      "version": "1"
    },
    "title": "Fix CVE(s): CVE-2026-17543, CVE-2026-7260, CVE-2026-9672"
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Ubuntu 24.04",
                "product": {
                  "name": "Ubuntu 24.04",
                  "product_id": "Ubuntu-24",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:canonical:ubuntu_linux:24.04:*:*:*:lts:*:*:*"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Ubuntu"
          }
        ],
        "category": "vendor",
        "name": "Canonical Ltd."
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-php-fpm-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-php-fpm-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-php-fpm-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-php-fpm@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-138.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-138.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-138.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-138?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-php-fpm-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-php-fpm-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-php-fpm-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-php-fpm@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-133.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-133.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-133.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-133?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-php-fpm-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-php-fpm-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-php-fpm-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-php-fpm@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-129.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-129.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-129.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-129?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-123.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-123.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-123.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-123?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-116.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-116.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-116.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-116?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-113.2.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-113.2.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-113.2.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-113.2?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-113.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-113.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-113.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-113?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-112.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-112.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-112.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-112?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-107.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-107.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-107.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-107?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-106.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-106.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-106.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-106?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-104.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-104.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-104.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-104?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-102.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-102.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-102.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-102?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-103.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-103.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-103.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-103?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-101.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-101.amd64",
                  "product_id": "alt-php56-0:5.6.40-101.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-101?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-96.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-96.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-96.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-96?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-fpm-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-fpm-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-fpm-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-fpm@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-gd-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-gd-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-gd-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-gd@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-enchant-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-enchant-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-enchant-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-enchant@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xml-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-xml-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-xml-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xml@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mbstring-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-mbstring-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-mbstring-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mbstring@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-bcmath-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-bcmath-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-bcmath-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-bcmath@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-sybase-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-sybase-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-sybase-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-sybase@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-ldap-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-ldap-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-ldap-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-ldap@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-firebird-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-firebird-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-firebird-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-firebird@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-soap-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-soap-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-soap-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-soap@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dba-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-dba-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-dba-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dba@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mysqlnd-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-mysqlnd-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-mysqlnd-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mysqlnd@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-process-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-process-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-process-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-process@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-snmp-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-snmp-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-snmp-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-snmp@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dbx-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-dbx-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-dbx-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dbx@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pspell-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-pspell-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-pspell-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pspell@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-tidy-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-tidy-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-tidy-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-tidy@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-dev-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-dev-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-dev-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-dev@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-intl-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-intl-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-intl-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-intl@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-opcache-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-opcache-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-opcache-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-opcache@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-xmlrpc-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-xmlrpc-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-xmlrpc-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-xmlrpc@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pgsql-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-pgsql-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-pgsql-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pgsql@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-mcrypt-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-mcrypt-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-mcrypt-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-mcrypt@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-imap-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-imap-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-imap-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-imap@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-odbc-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-odbc-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-odbc-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-odbc@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-pdo-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-pdo-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-pdo-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-pdo@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-common-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-common-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-common-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-common@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-recode-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-recode-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-recode-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-recode@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-php56-cli-0:5.6.40-93.amd64",
                "product": {
                  "name": "alt-php56-cli-0:5.6.40-93.amd64",
                  "product_id": "alt-php56-cli-0:5.6.40-93.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-php56-cli@5.6.40-93?arch=amd64&os_name=ubuntu&os_version=24.04"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-php-fpm-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-php-fpm-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-138.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-138.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-php-fpm-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-php-fpm-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-133.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-133.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-php-fpm-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-php-fpm-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-129.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-129.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-123.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-123.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-116.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-116.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-113.2.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-113.2.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-113.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-113.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-112.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-112.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-107.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-107.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-106.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-106.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-104.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-104.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-102.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-102.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-103.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-103.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-101.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-101.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-101.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-96.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-96.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-fpm-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-fpm-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-gd-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-gd-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-enchant-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-enchant-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xml-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-xml-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mbstring-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-mbstring-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-bcmath-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-bcmath-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-sybase-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-sybase-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-ldap-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-ldap-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-firebird-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-firebird-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-soap-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-soap-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dba-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-dba-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mysqlnd-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-mysqlnd-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-process-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-process-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-snmp-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-snmp-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dbx-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-dbx-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pspell-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-pspell-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-tidy-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-tidy-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-dev-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-dev-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-intl-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-intl-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-opcache-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-opcache-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-xmlrpc-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-xmlrpc-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pgsql-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-pgsql-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-mcrypt-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-mcrypt-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-imap-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-imap-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-odbc-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-odbc-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-pdo-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-pdo-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-common-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-common-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-recode-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-recode-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-php56-cli-0:5.6.40-93.amd64 as a component of Ubuntu 24.04",
          "product_id": "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64"
        },
        "product_reference": "alt-php56-cli-0:5.6.40-93.amd64",
        "relates_to_product_reference": "Ubuntu-24"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-9672",
      "notes": [
        {
          "category": "description",
          "text": "Manually created CVE",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
        ],
        "known_affected": [
          "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-php/cve/CVE-2026-9672"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-11T10:11:13.667674Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071"
        },
        {
          "category": "none_available",
          "details": "Affected",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 0.0,
            "baseSeverity": "NONE",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    },
    {
      "cve": "CVE-2026-17543",
      "cwe": {
        "id": "CWE-89",
        "name": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "Improper escaping of backslashes in attacker-provided parameters would allow for trivial SQL injection in PHP versions from 8.2.* before 8.2.33, from 8.3.* before 8.3.33, from 8.4.* before 8.4.24, and from 8.5.* before 8.5.9.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
        ],
        "known_affected": [
          "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-php/cve/CVE-2026-17543"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-7qpv-r5mr-78m4",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-7qpv-r5mr-78m4"
        }
      ],
      "release_date": "2026-07-30T12:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-11T10:11:13.667674Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071"
        },
        {
          "category": "none_available",
          "date": "2026-07-30T12:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Critical"
        }
      ]
    },
    {
      "cve": "CVE-2026-7260",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "description",
          "text": "Circular symbolic links in phar archives could lead to unbounded recursion, exhausting the C stack and crashing the PHP process, in PHP versions from 8.2.* before 8.2.33, from 8.3.* before 8.3.33, from 8.4.* before 8.4.24, and from 8.5.* before 8.5.9.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
        ],
        "known_affected": [
          "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
          "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-php/cve/CVE-2026-7260"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-vc5h-9ppw-p5f3",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-vc5h-9ppw-p5f3"
        }
      ],
      "release_date": "2026-07-30T12:19:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-11T10:11:13.667674Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-php/releases/CLSA-2026:1786443071"
        },
        {
          "category": "none_available",
          "date": "2026-07-30T12:19:00Z",
          "details": "Affected",
          "product_ids": [
            "Ubuntu-24:alt-php56-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-fpm-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-96.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-101.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-102.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-103.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-104.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-106.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-107.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-112.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.2.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-113.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-116.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-123.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-129.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-133.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-93.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-96.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Ubuntu-24:alt-php56-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-bcmath-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-cli-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-common-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dba-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dbx-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-dev-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-enchant-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-firebird-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-gd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-imap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-intl-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-ldap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mbstring-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mcrypt-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-mysqlnd-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-odbc-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-opcache-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pdo-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pgsql-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-php-fpm-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-process-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-pspell-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-recode-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-snmp-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-soap-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-sybase-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-tidy-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xml-0:5.6.40-138.amd64",
            "Ubuntu-24:alt-php56-xmlrpc-0:5.6.40-138.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    }
  ]
}