{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:d8d10660-7097-4454-8b0d-7296a416cef0",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-20T04:50:45Z",
    "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": "runner",
      "group": "@vitest",
      "version": "2.0.5",
      "description": "Vitest test runner",
      "purl": "pkg:npm/%40vitest/runner@2.0.5",
      "bom-ref": "pkg:npm/@vitest/runner@2.0.5",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, dev"
        },
        {
          "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": "vcs",
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/vitest-dev/vitest.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@vitest"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@vitest/utils/package.json\\nnode_modules/pathe/package.json"
      }
    ]
  },
  "components": [
    {
      "group": "",
      "name": "pathe",
      "version": "1.1.2",
      "description": "Universal filesystem path utils",
      "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/pathe@1.1.2",
      "type": "library",
      "bom-ref": "pkg:npm/pathe@1.1.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/pathe/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "pathe,relative,pathe/relative"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/pathe/package.json"
              }
            ],
            "concludedValue": "node_modules/pathe/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/chunk-tasks.js",
            "line": 2
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 137
          },
          {
            "location": "dist/index.js",
            "line": 6
          },
          {
            "location": "dist/utils.js",
            "line": 3
          },
          {
            "location": "src/utils/collect.ts",
            "line": 2
          },
          {
            "location": "src/utils/collect.ts",
            "line": 123
          }
        ]
      }
    },
    {
      "group": "@vitest",
      "name": "utils",
      "version": "2.0.5",
      "description": "Shared Vitest utility functions",
      "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/%40vitest/utils@2.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/vitest-dev/vitest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@vitest/utils@2.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@vitest/utils/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "utils/collect,utils/suite,utils/tasks,utils/chain,utils/limit-concurrency,interpretTaskModes,collect/interpretTaskModes,someTasksAreOnly,collect/someTasksAreOnly,generateHash,collect/generateHash,calculateSuiteHash,collect/calculateSuiteHash,createFileTask,collect/createFileTask,isAtomTest,tasks/isAtomTest,getTests,tasks/getTests,getTasks,tasks/getTasks,getSuites,tasks/getSuites,hasTests,tasks/hasTests,hasFailed,tasks/hasFailed,getNames,tasks/getNames,createChainable,chain/createChainable,ChainableFunction,chain/ChainableFunction"
        },
        {
          "name": "ExportedModules",
          "value": "@vitest/utils/error"
        },
        {
          "name": "ImportedModules",
          "value": "@vitest/utils/error,processError,@vitest/utils/error/processError,@vitest/utils,toArray,@vitest/utils/toArray,getSafeTimers,@vitest/utils/getSafeTimers,isObject,@vitest/utils/isObject,createDefer,@vitest/utils/createDefer,isNegativeNaN,@vitest/utils/isNegativeNaN,format,@vitest/utils/format,objDisplay,@vitest/utils/objDisplay,objectAttr,@vitest/utils/objectAttr,shuffle,@vitest/utils/shuffle,Awaitable,@vitest/utils/Awaitable,Arrayable,@vitest/utils/Arrayable,@vitest/utils/source-map,parseSingleStack,@vitest/utils/source-map/parseSingleStack,@vitest/utils/diff,DiffOptions,@vitest/utils/diff/DiffOptions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@vitest/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@vitest/utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/chunk-tasks.js",
            "line": 1
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 106
          },
          {
            "location": "dist/index.js",
            "line": 2
          },
          {
            "location": "dist/index.js",
            "line": 3
          },
          {
            "location": "dist/index.js",
            "line": 784
          },
          {
            "location": "dist/index.js",
            "line": 1033
          },
          {
            "location": "dist/index.js",
            "line": 1054
          },
          {
            "location": "dist/index.js",
            "line": 1134
          },
          {
            "location": "dist/index.js",
            "line": 1164
          },
          {
            "location": "dist/utils.js",
            "line": 2
          },
          {
            "location": "src/collect.ts",
            "line": 1
          },
          {
            "location": "src/collect.ts",
            "line": 79
          },
          {
            "location": "src/index.ts",
            "line": 20
          },
          {
            "location": "src/run.ts",
            "line": 3
          },
          {
            "location": "src/run.ts",
            "line": 321
          },
          {
            "location": "src/run.ts",
            "line": 349
          },
          {
            "location": "src/run.ts",
            "line": 446
          },
          {
            "location": "src/run.ts",
            "line": 485
          },
          {
            "location": "src/utils/collect.ts",
            "line": 1
          },
          {
            "location": "src/utils/collect.ts",
            "line": 84
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 3
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 186
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 206
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 211
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 216
          },
          {
            "location": "dist/chunk-tasks.js",
            "line": 221
          },
          {
            "location": "dist/index.js",
            "line": 1
          },
          {
            "location": "dist/index.js",
            "line": 58
          },
          {
            "location": "dist/index.js",
            "line": 103
          },
          {
            "location": "dist/index.js",
            "line": 185
          },
          {
            "location": "dist/index.js",
            "line": 190
          },
          {
            "location": "dist/index.js",
            "line": 631
          },
          {
            "location": "dist/index.js",
            "line": 675
          },
          {
            "location": "dist/index.js",
            "line": 684
          },
          {
            "location": "dist/index.js",
            "line": 685
          },
          {
            "location": "dist/index.js",
            "line": 691
          },
          {
            "location": "dist/index.js",
            "line": 754
          },
          {
            "location": "dist/index.js",
            "line": 884
          },
          {
            "location": "dist/index.js",
            "line": 892
          },
          {
            "location": "dist/index.js",
            "line": 1110
          },
          {
            "location": "dist/index.js",
            "line": 1112
          },
          {
            "location": "dist/utils.js",
            "line": 4
          },
          {
            "location": "src/collect.ts",
            "line": 2
          },
          {
            "location": "src/collect.ts",
            "line": 38
          },
          {
            "location": "src/context.ts",
            "line": 1
          },
          {
            "location": "src/context.ts",
            "line": 2
          },
          {
            "location": "src/context.ts",
            "line": 42
          },
          {
            "location": "src/fixture.ts",
            "line": 1
          },
          {
            "location": "src/fixture.ts",
            "line": 32
          },
          {
            "location": "src/fixture.ts",
            "line": 153
          },
          {
            "location": "src/fixture.ts",
            "line": 162
          },
          {
            "location": "src/map.ts",
            "line": 1
          },
          {
            "location": "src/run.ts",
            "line": 1
          },
          {
            "location": "src/run.ts",
            "line": 2
          },
          {
            "location": "src/run.ts",
            "line": 134
          },
          {
            "location": "src/run.ts",
            "line": 143
          },
          {
            "location": "src/run.ts",
            "line": 418
          },
          {
            "location": "src/run.ts",
            "line": 420
          },
          {
            "location": "src/suite.ts",
            "line": 8
          },
          {
            "location": "src/suite.ts",
            "line": 672
          },
          {
            "location": "src/suite.ts",
            "line": 749
          },
          {
            "location": "src/suite.ts",
            "line": 760
          },
          {
            "location": "src/suite.ts",
            "line": 761
          },
          {
            "location": "src/suite.ts",
            "line": 766
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 1
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 10
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 33
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 39
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 45
          },
          {
            "location": "src/utils/tasks.ts",
            "line": 51
          },
          {
            "location": "dist/index.js",
            "line": 5
          },
          {
            "location": "dist/index.js",
            "line": 714
          },
          {
            "location": "src/suite.ts",
            "line": 9
          },
          {
            "location": "src/suite.ts",
            "line": 796
          },
          {
            "location": "src/run.ts",
            "line": 4
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@vitest/runner@2.0.5"
      ],
      "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-08-20T04:50:45Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Thursday, August 20, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'runner' with version '2.0.5'. The package type in this SBOM is npm with a single purl namespace '@vitest' described under components. The components were identified from the source files: node_modules/@vitest/utils/package.json, node_modules/pathe/package.json."
    }
  ]
}