{
  "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
  "@graph": [
    {
      "@id": "_:creationInfo_0",
      "type": "CreationInfo",
      "specVersion": "3.0.1",
      "createdBy": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd0"
      ],
      "createdUsing": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/additionalToolSPDXRef-gnrtd1"
      ],
      "created": "2026-07-04T18:18:03Z"
    },
    {
      "@id": "_:creationInfo_1",
      "type": "CreationInfo",
      "specVersion": "3.0.1",
      "createdBy": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd2"
      ],
      "createdUsing": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/additionalToolSPDXRef-gnrtd3"
      ],
      "created": "2026-07-04T18:18:03Z"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41164",
      "type": "Relationship",
      "relationshipType": "hasConcludedLicense",
      "to": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd1108"
      ],
      "from": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41163",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41166",
      "type": "Relationship",
      "relationshipType": "hasDeclaredLicense",
      "to": [
        "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd1108"
      ],
      "from": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41163",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd1108",
      "type": "simplelicensing_LicenseExpression",
      "simplelicensing_licenseExpression": "BSD-3-Clause",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41165",
      "type": "Organization",
      "name": "http://openeuler.org",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41163",
      "type": "software_Package",
      "software_copyrightText": "",
      "suppliedBy": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/SPDXRef-gnrtd41165",
      "software_downloadLocation": "NOASSERTION",
      "summary": "Development documents and examples for Werkzeug",
      "software_packageVersion": "0:2.2.3-3.oe2403",
      "software_homePage": "https://palletsprojects.com/p/werkzeug/",
      "description": "*werkzeug* German noun: \"tool\". Etymology: *werk* (\"work\"), *zeug* (\"stuff\")\nWerkzeug is a comprehensive `WSGI`_ web application library. It began as\na simple collection of various utilities for WSGI applications and has\nbecome one of the most advanced WSGI utility libraries.\nIt includes:\n-   An interactive debugger that allows inspecting stack traces and\n    source code in the browser with an interactive interpreter for any\n    frame in the stack.\n-   A full-featured request object with objects to interact with\n    headers, query args, form data, files, and cookies.\n-   A response object that can wrap other WSGI applications and handle\n    streaming data.\n-   A routing system for matching URLs to endpoints and generating URLs\n    for endpoints, with an extensible system for capturing variables\n    from URLs.\n-   HTTP utilities to handle entity tags, cache control, dates, user\n    agents, cookies, files, and more.\n-   A threaded WSGI server for use while developing applications\n    locally.\n-   A test client for simulating HTTP requests during testing without\n    requiring running a server.\nWerkzeug doesn't enforce any dependencies. It is up to the developer to\nchoose a template engine, database adapter, and even how to handle\nrequests. It can be used to build all sorts of end user applications\nsuch as blogs, wikis, or bulletin boards.\n`Flask`_ wraps Werkzeug, using it to handle the details of WSGI while\nproviding more structure and patterns for defining powerful\napplications.",
      "name": "python-werkzeug-help",
      "software_sourceInfo": "acquired package info from repodata DB: repodata/9b2ee55844e864ec17da870960e33c0b4d69092a893cd7daa8a2acffe004cc46-primary.sqlite.bz2",
      "software_packageUrl": "pkg:rpm/python-werkzeug-help@2.2.3-3.oe2403?arch=noarch&epoch=0&upstream=python-werkzeug-2.2.3-3.oe2403.src.rpm",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/additionalToolSPDXRef-gnrtd1",
      "type": "Tool",
      "name": "syft-[not provided]",
      "creationInfo": "_:creationInfo_0"
    },
    {
      "spdxId": "https://anchore.com/syft/dir/repo/openeuler/openEuler-24.03-LTS/update/aarch64-37f5fa8b-6640-4d66-9aa8-ac03dca9d8d3-specv3/additionalToolSPDXRef-gnrtd3",
      "type": "Tool",
      "name": "syft-[not provided]",
      "creationInfo": "_:creationInfo_1"
    }
  ]
}