{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:407dc790-18fa-4cff-95e8-009b0d6118b2",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-15T19:24:37Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "app",
      "group": "@tinyhttp",
      "version": "3.0.7",
      "description": "0-legacy, tiny & fast web framework as a replacement of Express",
      "purl": "pkg:npm/%40tinyhttp/app@3.0.7",
      "bom-ref": "pkg:npm/@tinyhttp/app@3.0.7",
      "author": "v1rtl",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@tinyhttp"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@tinyhttp/accepts/package.json\\nnode_modules/@tinyhttp/cookie/package.json\\nnode_modules/@tinyhttp/proxy-addr/package.json\\nnode_modules/@tinyhttp/req/package.json\\nnode_modules/@tinyhttp/res/package.json\\nnode_modules/@tinyhttp/router/package.json\\nnode_modules/regexparam/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)"
        }
      ],
      "group": "",
      "name": "regexparam",
      "version": "2.0.2",
      "description": "A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/regexparam@2.0.2",
      "type": "library",
      "bom-ref": "pkg:npm/regexparam@2.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/regexparam/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "regexparam,parse,regexparam/parse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/regexparam/package.json"
              }
            ],
            "concludedValue": "node_modules/regexparam/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/app.js",
            "line": 4
          },
          {
            "location": "dist/app.js",
            "line": 173
          },
          {
            "location": "src/app.ts",
            "line": 5
          },
          {
            "location": "src/app.ts",
            "line": 213
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "router",
      "version": "2.2.5",
      "description": "Router for tinyhttp",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/router@2.2.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/router@2.2.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/router/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/router,pushMiddleware,@tinyhttp/router/pushMiddleware,Router,@tinyhttp/router/Router,Handler,@tinyhttp/router/Handler,Middleware,@tinyhttp/router/Middleware,NextFunction,@tinyhttp/router/NextFunction,UseMethodParams,@tinyhttp/router/UseMethodParams,AsyncHandler,@tinyhttp/router/AsyncHandler,SyncHandler,@tinyhttp/router/SyncHandler,RouterInterface,@tinyhttp/router/RouterInterface"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/router/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/router/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/app.js",
            "line": 3
          },
          {
            "location": "dist/app.js",
            "line": 197
          },
          {
            "location": "src/app.ts",
            "line": 3
          },
          {
            "location": "src/app.ts",
            "line": 4
          },
          {
            "location": "src/app.ts",
            "line": 236
          },
          {
            "location": "src/extend.ts",
            "line": 31
          },
          {
            "location": "src/index.ts",
            "line": 15
          },
          {
            "location": "src/onError.ts",
            "line": 2
          },
          {
            "location": "src/request.ts",
            "line": 8
          },
          {
            "location": "src/types.ts",
            "line": 4
          }
        ]
      },
      "tags": [
        "middleware"
      ]
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "res",
      "version": "2.2.11",
      "description": "response extensions for tinyhttp",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/res@2.2.11",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/res@2.2.11",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/res/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/res,append,@tinyhttp/res/append,attachment,@tinyhttp/res/attachment,clearCookie,@tinyhttp/res/clearCookie,download,@tinyhttp/res/download,formatResponse,@tinyhttp/res/formatResponse,getResponseHeader,@tinyhttp/res/getResponseHeader,json,@tinyhttp/res/json,redirect,@tinyhttp/res/redirect,send,@tinyhttp/res/send,sendFile,@tinyhttp/res/sendFile,sendStatus,@tinyhttp/res/sendStatus,setContentType,@tinyhttp/res/setContentType,setCookie,@tinyhttp/res/setCookie,setHeader,@tinyhttp/res/setHeader,setLinksHeader,@tinyhttp/res/setLinksHeader,setLocationHeader,@tinyhttp/res/setLocationHeader,setVaryHeader,@tinyhttp/res/setVaryHeader,status,@tinyhttp/res/status,DownloadOptions,@tinyhttp/res/DownloadOptions,FormatProps,@tinyhttp/res/FormatProps,SendFileOptions,@tinyhttp/res/SendFileOptions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/res/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/res/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/extend.js",
            "line": 4
          },
          {
            "location": "dist/extend.js",
            "line": 12
          },
          {
            "location": "dist/extend.js",
            "line": 48
          },
          {
            "location": "dist/extend.js",
            "line": 49
          },
          {
            "location": "dist/extend.js",
            "line": 50
          },
          {
            "location": "dist/extend.js",
            "line": 51
          },
          {
            "location": "dist/extend.js",
            "line": 52
          },
          {
            "location": "dist/extend.js",
            "line": 53
          },
          {
            "location": "dist/extend.js",
            "line": 54
          },
          {
            "location": "dist/extend.js",
            "line": 55
          },
          {
            "location": "dist/extend.js",
            "line": 56
          },
          {
            "location": "dist/extend.js",
            "line": 57
          },
          {
            "location": "dist/extend.js",
            "line": 58
          },
          {
            "location": "dist/extend.js",
            "line": 59
          },
          {
            "location": "dist/extend.js",
            "line": 61
          },
          {
            "location": "dist/extend.js",
            "line": 62
          },
          {
            "location": "dist/extend.js",
            "line": 63
          },
          {
            "location": "dist/extend.js",
            "line": 64
          },
          {
            "location": "dist/extend.js",
            "line": 65
          },
          {
            "location": "src/extend.ts",
            "line": 30
          },
          {
            "location": "src/extend.ts",
            "line": 46
          },
          {
            "location": "src/extend.ts",
            "line": 88
          },
          {
            "location": "src/extend.ts",
            "line": 89
          },
          {
            "location": "src/extend.ts",
            "line": 90
          },
          {
            "location": "src/extend.ts",
            "line": 91
          },
          {
            "location": "src/extend.ts",
            "line": 92
          },
          {
            "location": "src/extend.ts",
            "line": 93
          },
          {
            "location": "src/extend.ts",
            "line": 94
          },
          {
            "location": "src/extend.ts",
            "line": 95
          },
          {
            "location": "src/extend.ts",
            "line": 96
          },
          {
            "location": "src/extend.ts",
            "line": 97
          },
          {
            "location": "src/extend.ts",
            "line": 98
          },
          {
            "location": "src/extend.ts",
            "line": 99
          },
          {
            "location": "src/extend.ts",
            "line": 101
          },
          {
            "location": "src/extend.ts",
            "line": 102
          },
          {
            "location": "src/extend.ts",
            "line": 103
          },
          {
            "location": "src/extend.ts",
            "line": 104
          },
          {
            "location": "src/extend.ts",
            "line": 105
          },
          {
            "location": "src/response.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "req",
      "version": "2.2.8",
      "description": "request extensions for tinyhttp",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/req@2.2.8",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/req@2.2.8",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/req/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@tinyhttp/req"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/req,getPathname,@tinyhttp/req/getPathname,checkIfXMLHttpRequest,@tinyhttp/req/checkIfXMLHttpRequest,getFreshOrStale,@tinyhttp/req/getFreshOrStale,getQueryParams,@tinyhttp/req/getQueryParams,getRangeFromHeader,@tinyhttp/req/getRangeFromHeader,getRequestHeader,@tinyhttp/req/getRequestHeader,reqIs,@tinyhttp/req/reqIs,RangeParserOptions,@tinyhttp/req/RangeParserOptions,RangeParserRanges,@tinyhttp/req/RangeParserRanges,URLParams,@tinyhttp/req/URLParams"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/req/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/req/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/app.js",
            "line": 2
          },
          {
            "location": "dist/app.js",
            "line": 288
          },
          {
            "location": "dist/extend.js",
            "line": 3
          },
          {
            "location": "dist/extend.js",
            "line": 13
          },
          {
            "location": "dist/extend.js",
            "line": 33
          },
          {
            "location": "dist/extend.js",
            "line": 34
          },
          {
            "location": "dist/extend.js",
            "line": 35
          },
          {
            "location": "dist/extend.js",
            "line": 47
          },
          {
            "location": "dist/extend.js",
            "line": 67
          },
          {
            "location": "dist/extend.js",
            "line": 68
          },
          {
            "location": "dist/request.js",
            "line": 3
          },
          {
            "location": "src/app.ts",
            "line": 2
          },
          {
            "location": "src/app.ts",
            "line": 351
          },
          {
            "location": "src/extend.ts",
            "line": 10
          },
          {
            "location": "src/extend.ts",
            "line": 47
          },
          {
            "location": "src/extend.ts",
            "line": 70
          },
          {
            "location": "src/extend.ts",
            "line": 72
          },
          {
            "location": "src/extend.ts",
            "line": 73
          },
          {
            "location": "src/extend.ts",
            "line": 86
          },
          {
            "location": "src/extend.ts",
            "line": 108
          },
          {
            "location": "src/extend.ts",
            "line": 109
          },
          {
            "location": "src/request.ts",
            "line": 7
          },
          {
            "location": "src/request.ts",
            "line": 11
          }
        ]
      },
      "tags": [
        "xml"
      ]
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "proxy-addr",
      "version": "3.0.1",
      "description": "proxy-addr rewrite with TypeScript and ESM support",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/proxy-addr@3.0.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/proxy-addr@3.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/proxy-addr/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/proxy-addr,compile,@tinyhttp/proxy-addr/compile,@tinyhttp/proxy-addr/all,proxyaddr,@tinyhttp/proxy-addr/proxyaddr,Trust,@tinyhttp/proxy-addr/Trust"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/proxy-addr/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/proxy-addr/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/extend.js",
            "line": 2
          },
          {
            "location": "dist/extend.js",
            "line": 21
          },
          {
            "location": "dist/request.js",
            "line": 2
          },
          {
            "location": "dist/request.js",
            "line": 7
          },
          {
            "location": "dist/request.js",
            "line": 71
          },
          {
            "location": "dist/request.js",
            "line": 72
          },
          {
            "location": "src/extend.ts",
            "line": 2
          },
          {
            "location": "src/extend.ts",
            "line": 57
          },
          {
            "location": "src/request.ts",
            "line": 6
          },
          {
            "location": "src/request.ts",
            "line": 20
          },
          {
            "location": "src/request.ts",
            "line": 95
          },
          {
            "location": "src/request.ts",
            "line": 98
          },
          {
            "location": "src/types.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "cookie",
      "version": "2.1.1",
      "description": "HTTP cookie parser and serializer for Node.js",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/cookie@2.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp/tree/master/packages/cookie#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/cookie@2.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/cookie/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/cookie,SerializeOptions,@tinyhttp/cookie/SerializeOptions"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/cookie/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/cookie/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/response.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "group": "@tinyhttp",
      "name": "accepts",
      "version": "2.3.0",
      "description": "accepts rewrite in TypeScript",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tinyhttp/accepts@2.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/accepts@2.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/accepts/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/accepts,Accepts,@tinyhttp/accepts/Accepts"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/accepts/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/accepts/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/extend.js",
            "line": 1
          },
          {
            "location": "src/extend.ts",
            "line": 1
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@tinyhttp/app@3.0.7"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-15T19:24:37Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, September 15, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'app' with version '3.0.7'. The package type in this SBOM is npm with a single purl namespace '@tinyhttp' described under components. The components were identified from 7 source files."
    }
  ]
}