{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:daa7c6d1-5fed-4a6f-a912-1023af3be1d4",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T14:10:53Z",
    "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": "allure-reporter",
      "group": "@wdio",
      "version": "9.27.2",
      "description": "A WebdriverIO reporter plugin to create Allure Test Reports",
      "purl": "pkg:npm/%40wdio/allure-reporter@9.27.2",
      "bom-ref": "pkg:npm/@wdio/allure-reporter@9.27.2",
      "author": "Boris Osipov <osipov.boris@gmail.com>",
      "properties": [
        {
          "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/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@types\\n@wdio"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@types/node/package.json\\nnode_modules/@wdio/reporter/package.json\\nnode_modules/@wdio/types/package.json\\nnode_modules/allure-js-commons/package.json\\nnode_modules/csv-stringify/package.json\\nnode_modules/html-entities/package.json\\nnode_modules/rimraf/package.json\\nnode_modules/strip-ansi/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "strip-ansi",
      "version": "7.1.2",
      "description": "Strip ANSI escape codes from a string",
      "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/strip-ansi@7.1.2",
      "type": "library",
      "bom-ref": "pkg:npm/strip-ansi@7.1.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/strip-ansi/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "strip-ansi"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/strip-ansi/package.json"
              }
            ],
            "concludedValue": "node_modules/strip-ansi/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 60
          },
          {
            "location": "build/index.js",
            "line": 110
          },
          {
            "location": "build/index.js",
            "line": 113
          },
          {
            "location": "build/index.js",
            "line": 120
          },
          {
            "location": "build/index.js",
            "line": 123
          },
          {
            "location": "src/utils.ts",
            "line": 1
          },
          {
            "location": "src/utils.ts",
            "line": 109
          },
          {
            "location": "src/utils.ts",
            "line": 112
          },
          {
            "location": "src/utils.ts",
            "line": 122
          },
          {
            "location": "src/utils.ts",
            "line": 125
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "authors": [
        {
          "name": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
        }
      ],
      "group": "",
      "name": "rimraf",
      "version": "6.1.3",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "BlueOak-1.0.0",
            "url": "https://opensource.org/licenses/BlueOak-1.0.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "false"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/rimraf@6.1.3",
      "type": "library",
      "bom-ref": "pkg:npm/rimraf@6.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/rimraf/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/rimraf/package.json"
              }
            ],
            "concludedValue": "node_modules/rimraf/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Marat Dulin <mdevils@yandex.ru>"
        }
      ],
      "group": "",
      "name": "html-entities",
      "version": "2.6.0",
      "description": "Fastest HTML entities encode/decode library.",
      "scope": "optional",
      "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/html-entities@2.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mdevils/html-entities.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/html-entities@2.6.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/html-entities/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/html-entities/package.json"
              }
            ],
            "concludedValue": "node_modules/html-entities/package.json"
          }
        ]
      },
      "tags": [
        "html"
      ]
    },
    {
      "authors": [
        {
          "name": "David Worms <david@adaltas.com> (https://www.adaltas.com)"
        }
      ],
      "group": "",
      "name": "csv-stringify",
      "version": "6.6.0",
      "description": "CSV stringifier implementing the Node.js `stream.Transform` API",
      "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/csv-stringify@6.6.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://csv.js.org/stringify"
        },
        {
          "type": "vcs",
          "url": "https://github.com/adaltas/node-csv.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/csv-stringify@6.6.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/csv-stringify/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "csv-stringify/sync,stringify,csv-stringify/sync/stringify"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/csv-stringify/package.json"
              }
            ],
            "concludedValue": "node_modules/csv-stringify/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 5
          },
          {
            "location": "build/index.js",
            "line": 1103
          },
          {
            "location": "src/reporter.ts",
            "line": 4
          },
          {
            "location": "src/reporter.ts",
            "line": 275
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Qameta Software <allure@qameta.io> (https://qameta.io/)"
        }
      ],
      "group": "",
      "name": "allure-js-commons",
      "version": "3.4.4",
      "description": "Allure JS Commons",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "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/allure-js-commons@3.4.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://allurereport.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/allure-framework/allure-js.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/allure-js-commons@3.4.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/allure-js-commons/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "allure-js-commons,ContentType,allure-js-commons/ContentType,description,allure-js-commons/description,descriptionHtml,allure-js-commons/descriptionHtml,label,allure-js-commons/label,LabelName,allure-js-commons/LabelName,Stage,allure-js-commons/Stage,Status,allure-js-commons/Status,allure-js-commons/sdk,getMessageAndTraceFromError,allure-js-commons/sdk/getMessageAndTraceFromError,allure-js-commons/sdk/reporter,FileSystemWriter,allure-js-commons/sdk/reporter/FileSystemWriter,getEnvironmentLabels,allure-js-commons/sdk/reporter/getEnvironmentLabels,getSuiteLabels,allure-js-commons/sdk/reporter/getSuiteLabels,ReporterRuntime,allure-js-commons/sdk/reporter/ReporterRuntime,includedInTestPlan,allure-js-commons/sdk/reporter/includedInTestPlan,parseTestPlan,allure-js-commons/sdk/reporter/parseTestPlan,allure-js-commons/sdk/runtime,setGlobalTestRuntime,allure-js-commons/sdk/runtime/setGlobalTestRuntime,MessageTestRuntime,allure-js-commons/sdk/runtime/MessageTestRuntime,allureId,allure-js-commons/allureId,attachment,allure-js-commons/attachment,epic,allure-js-commons/epic,feature,allure-js-commons/feature,historyId,allure-js-commons/historyId,issue,allure-js-commons/issue,link,allure-js-commons/link,owner,allure-js-commons/owner,parameter,allure-js-commons/parameter,parentSuite,allure-js-commons/parentSuite,severity,allure-js-commons/severity,step,allure-js-commons/step,story,allure-js-commons/story,subSuite,allure-js-commons/subSuite,suite,allure-js-commons/suite,allure-js-commons/tag,testCaseId,allure-js-commons/testCaseId,allure-js-commons/tms,RuntimeMessage,allure-js-commons/sdk/RuntimeMessage,StepContext,allure-js-commons/StepContext,StatusDetails,allure-js-commons/StatusDetails,TestPlanV1,allure-js-commons/sdk/TestPlanV1,ReporterConfig,allure-js-commons/sdk/reporter/ReporterConfig,FixtureResult,allure-js-commons/FixtureResult,Label,allure-js-commons/Label,TestResult,allure-js-commons/TestResult"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/allure-js-commons/package.json"
              }
            ],
            "concludedValue": "node_modules/allure-js-commons/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 15
          },
          {
            "location": "build/index.js",
            "line": 16
          },
          {
            "location": "build/index.js",
            "line": 17
          },
          {
            "location": "build/index.js",
            "line": 18
          },
          {
            "location": "build/index.js",
            "line": 21
          },
          {
            "location": "build/index.js",
            "line": 61
          },
          {
            "location": "build/index.js",
            "line": 243
          },
          {
            "location": "build/index.js",
            "line": 588
          },
          {
            "location": "build/index.js",
            "line": 833
          },
          {
            "location": "build/index.js",
            "line": 838
          },
          {
            "location": "build/index.js",
            "line": 841
          },
          {
            "location": "build/index.js",
            "line": 844
          },
          {
            "location": "build/index.js",
            "line": 847
          },
          {
            "location": "build/index.js",
            "line": 850
          },
          {
            "location": "build/index.js",
            "line": 853
          },
          {
            "location": "build/index.js",
            "line": 856
          },
          {
            "location": "build/index.js",
            "line": 859
          },
          {
            "location": "build/index.js",
            "line": 862
          },
          {
            "location": "build/index.js",
            "line": 865
          },
          {
            "location": "build/index.js",
            "line": 868
          },
          {
            "location": "build/index.js",
            "line": 871
          },
          {
            "location": "build/index.js",
            "line": 874
          },
          {
            "location": "build/index.js",
            "line": 877
          },
          {
            "location": "build/index.js",
            "line": 884
          },
          {
            "location": "build/index.js",
            "line": 887
          },
          {
            "location": "build/index.js",
            "line": 891
          },
          {
            "location": "build/index.js",
            "line": 895
          },
          {
            "location": "build/index.js",
            "line": 898
          },
          {
            "location": "build/index.js",
            "line": 901
          },
          {
            "location": "build/index.js",
            "line": 904
          },
          {
            "location": "build/index.js",
            "line": 921
          },
          {
            "location": "build/index.js",
            "line": 930
          },
          {
            "location": "build/index.js",
            "line": 1335
          },
          {
            "location": "build/index.js",
            "line": 1338
          },
          {
            "location": "build/index.js",
            "line": 1341
          },
          {
            "location": "build/index.js",
            "line": 1345
          },
          {
            "location": "build/index.js",
            "line": 1911
          },
          {
            "location": "build/index.js",
            "line": 1913
          },
          {
            "location": "build/index.cjs",
            "line": 51
          },
          {
            "location": "src/WdioTestRuntime.ts",
            "line": 1
          },
          {
            "location": "src/WdioTestRuntime.ts",
            "line": 2
          },
          {
            "location": "src/common/api.ts",
            "line": 1
          },
          {
            "location": "src/common/api.ts",
            "line": 26
          },
          {
            "location": "src/common/api.ts",
            "line": 49
          },
          {
            "location": "src/common/api.ts",
            "line": 60
          },
          {
            "location": "src/common/api.ts",
            "line": 69
          },
          {
            "location": "src/common/api.ts",
            "line": 78
          },
          {
            "location": "src/common/api.ts",
            "line": 87
          },
          {
            "location": "src/common/api.ts",
            "line": 96
          },
          {
            "location": "src/common/api.ts",
            "line": 105
          },
          {
            "location": "src/common/api.ts",
            "line": 114
          },
          {
            "location": "src/common/api.ts",
            "line": 123
          },
          {
            "location": "src/common/api.ts",
            "line": 132
          },
          {
            "location": "src/common/api.ts",
            "line": 141
          },
          {
            "location": "src/common/api.ts",
            "line": 150
          },
          {
            "location": "src/common/api.ts",
            "line": 159
          },
          {
            "location": "src/common/api.ts",
            "line": 168
          },
          {
            "location": "src/common/api.ts",
            "line": 189
          },
          {
            "location": "src/common/api.ts",
            "line": 193
          },
          {
            "location": "src/common/api.ts",
            "line": 205
          },
          {
            "location": "src/common/api.ts",
            "line": 211
          },
          {
            "location": "src/common/api.ts",
            "line": 221
          },
          {
            "location": "src/common/api.ts",
            "line": 230
          },
          {
            "location": "src/common/api.ts",
            "line": 239
          },
          {
            "location": "src/common/api.ts",
            "line": 288
          },
          {
            "location": "src/common/api.ts",
            "line": 317
          },
          {
            "location": "src/reporter.ts",
            "line": 18
          },
          {
            "location": "src/reporter.ts",
            "line": 27
          },
          {
            "location": "src/reporter.ts",
            "line": 28
          },
          {
            "location": "src/reporter.ts",
            "line": 29
          },
          {
            "location": "src/reporter.ts",
            "line": 30
          },
          {
            "location": "src/reporter.ts",
            "line": 31
          },
          {
            "location": "src/reporter.ts",
            "line": 57
          },
          {
            "location": "src/reporter.ts",
            "line": 571
          },
          {
            "location": "src/reporter.ts",
            "line": 574
          },
          {
            "location": "src/reporter.ts",
            "line": 577
          },
          {
            "location": "src/reporter.ts",
            "line": 581
          },
          {
            "location": "src/reporter.ts",
            "line": 1161
          },
          {
            "location": "src/reporter.ts",
            "line": 1163
          },
          {
            "location": "src/state.ts",
            "line": 1
          },
          {
            "location": "src/state.ts",
            "line": 2
          },
          {
            "location": "src/state.ts",
            "line": 13
          },
          {
            "location": "src/state.ts",
            "line": 14
          },
          {
            "location": "src/testplan.ts",
            "line": 3
          },
          {
            "location": "src/testplan.ts",
            "line": 4
          },
          {
            "location": "src/types.ts",
            "line": 1
          },
          {
            "location": "src/types.ts",
            "line": 2
          },
          {
            "location": "src/types.ts",
            "line": 3
          },
          {
            "location": "src/utils.ts",
            "line": 4
          },
          {
            "location": "src/utils.ts",
            "line": 5
          },
          {
            "location": "build/index.js",
            "line": 1693
          },
          {
            "location": "build/index.js",
            "line": 1715
          },
          {
            "location": "src/reporter.ts",
            "line": 935
          },
          {
            "location": "src/reporter.ts",
            "line": 960
          },
          {
            "location": "build/index.js",
            "line": 647
          },
          {
            "location": "build/index.js",
            "line": 712
          },
          {
            "location": "build/index.js",
            "line": 801
          },
          {
            "location": "build/index.js",
            "line": 1016
          },
          {
            "location": "build/index.js",
            "line": 1236
          },
          {
            "location": "build/index.js",
            "line": 1241
          },
          {
            "location": "build/index.js",
            "line": 1492
          },
          {
            "location": "build/index.js",
            "line": 1497
          },
          {
            "location": "build/index.js",
            "line": 1757
          },
          {
            "location": "build/index.js",
            "line": 1761
          },
          {
            "location": "build/index.js",
            "line": 1818
          },
          {
            "location": "src/reporter.ts",
            "line": 178
          },
          {
            "location": "src/reporter.ts",
            "line": 463
          },
          {
            "location": "src/reporter.ts",
            "line": 468
          },
          {
            "location": "src/reporter.ts",
            "line": 737
          },
          {
            "location": "src/reporter.ts",
            "line": 742
          },
          {
            "location": "src/reporter.ts",
            "line": 1006
          },
          {
            "location": "src/reporter.ts",
            "line": 1010
          },
          {
            "location": "src/reporter.ts",
            "line": 1063
          },
          {
            "location": "src/testplan.ts",
            "line": 97
          },
          {
            "location": "src/testplan.ts",
            "line": 156
          },
          {
            "location": "src/testplan.ts",
            "line": 229
          },
          {
            "location": "build/index.js",
            "line": 1218
          },
          {
            "location": "src/reporter.ts",
            "line": 440
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "types",
      "version": "9.27.2",
      "description": "Utility package providing type information for a variety of WebdriverIO interfaces",
      "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/%40wdio/types@9.27.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/types@9.27.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/types,Capabilities,@wdio/types/Capabilities,Options,@wdio/types/Options"
        },
        {
          "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/@wdio/types/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/reporter.ts",
            "line": 16
          },
          {
            "location": "src/utils.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "reporter",
      "version": "9.27.2",
      "description": "A WebdriverIO utility to help reporting all events",
      "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/%40wdio/reporter@9.27.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-reporter"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/reporter@9.27.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/reporter/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/reporter,AfterCommandArgs,@wdio/reporter/AfterCommandArgs,Argument,@wdio/reporter/Argument,BeforeCommandArgs,@wdio/reporter/BeforeCommandArgs,HookStats,@wdio/reporter/HookStats,RunnerStats,@wdio/reporter/RunnerStats,SuiteStats,@wdio/reporter/SuiteStats,TestStats,@wdio/reporter/TestStats,CommandArgs,@wdio/reporter/CommandArgs,@wdio/reporter/Tag"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/reporter/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/reporter/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 6
          },
          {
            "location": "src/reporter.ts",
            "line": 14
          },
          {
            "location": "src/reporter.ts",
            "line": 15
          },
          {
            "location": "src/utils.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "node",
      "version": "20.19.37",
      "description": "TypeScript definitions for node",
      "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/%40types/node@20.19.37",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/node@20.19.37",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/node/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/node/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@wdio/allure-reporter@9.27.2"
      ],
      "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-24T14:10:53Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, August 24, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'allure-reporter' with version '9.27.2'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 8 source files."
    }
  ]
}