{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:b2e6e130-72e9-4e20-9a94-b017ab621ae8",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T14:10:57Z",
    "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": "cucumber-framework",
      "group": "@wdio",
      "version": "9.27.2",
      "description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
      "purl": "pkg:npm/%40wdio/cucumber-framework@9.27.2",
      "bom-ref": "pkg:npm/@wdio/cucumber-framework@9.27.2",
      "author": "Christian Bromann <mail@bromann.dev>",
      "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-cucumber-framework"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@cucumber\\n@types\\n@wdio"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@cucumber/cucumber/package.json\\nnode_modules/@cucumber/gherkin/package.json\\nnode_modules/@cucumber/messages/package.json\\nnode_modules/@types/is-glob/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/@wdio/logger/package.json\\nnode_modules/@wdio/types/package.json\\nnode_modules/@wdio/utils/package.json\\nnode_modules/glob/package.json\\nnode_modules/import-meta-resolve/package.json\\nnode_modules/is-glob/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Jon Schlinkert (https://github.com/jonschlinkert)"
        }
      ],
      "group": "",
      "name": "is-glob",
      "version": "4.0.3",
      "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
      "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/is-glob@4.0.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/micromatch/is-glob"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/is-glob@4.0.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/is-glob/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "is-glob"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/is-glob/package.json"
              }
            ],
            "concludedValue": "node_modules/is-glob/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 10
          },
          {
            "location": "build/index.js",
            "line": 332
          },
          {
            "location": "src/index.ts",
            "line": 10
          },
          {
            "location": "src/index.ts",
            "line": 334
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
        }
      ],
      "group": "",
      "name": "import-meta-resolve",
      "version": "4.2.0",
      "description": "Resolve things like Node.js — ponyfill for `import.meta.resolve`",
      "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/import-meta-resolve@4.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/import-meta-resolve@4.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/import-meta-resolve/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/import-meta-resolve/package.json"
              }
            ],
            "concludedValue": "node_modules/import-meta-resolve/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)"
        }
      ],
      "group": "",
      "name": "glob",
      "version": "10.5.0",
      "description": "the most correct and second fastest glob implementation in JavaScript",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "url": "https://opensource.org/licenses/ISC",
            "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/glob@10.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git://github.com/isaacs/node-glob.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/glob@10.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/glob/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "glob,sync,glob/sync"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/glob/package.json"
              }
            ],
            "concludedValue": "node_modules/glob/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 11
          },
          {
            "location": "build/index.js",
            "line": 332
          },
          {
            "location": "src/index.ts",
            "line": 11
          },
          {
            "location": "src/index.ts",
            "line": 334
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "utils",
      "version": "9.27.2",
      "description": "A WDIO helper utility to provide several utility functions used across the project.",
      "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/utils@9.27.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/utils@9.27.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/utils,isFunctionAsync,@wdio/utils/isFunctionAsync,executeHooksWithArgs,@wdio/utils/executeHooksWithArgs,testFnWrapper,@wdio/utils/testFnWrapper"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/cucumberFormatter.js",
            "line": 9
          },
          {
            "location": "build/index.js",
            "line": 13
          },
          {
            "location": "build/index.js",
            "line": 64
          },
          {
            "location": "build/index.js",
            "line": 112
          },
          {
            "location": "build/index.js",
            "line": 294
          },
          {
            "location": "build/index.js",
            "line": 376
          },
          {
            "location": "build/index.js",
            "line": 382
          },
          {
            "location": "build/index.js",
            "line": 389
          },
          {
            "location": "build/index.js",
            "line": 396
          },
          {
            "location": "build/index.js",
            "line": 404
          },
          {
            "location": "build/index.js",
            "line": 411
          },
          {
            "location": "build/index.js",
            "line": 459
          },
          {
            "location": "src/index.ts",
            "line": 14
          },
          {
            "location": "src/index.ts",
            "line": 287
          },
          {
            "location": "src/index.ts",
            "line": 392
          },
          {
            "location": "src/index.ts",
            "line": 399
          },
          {
            "location": "src/index.ts",
            "line": 407
          },
          {
            "location": "src/index.ts",
            "line": 415
          },
          {
            "location": "src/index.ts",
            "line": 424
          },
          {
            "location": "src/index.ts",
            "line": 432
          },
          {
            "location": "src/index.ts",
            "line": 513
          },
          {
            "location": "src/utils.ts",
            "line": 3
          },
          {
            "location": "src/utils.ts",
            "line": 257
          }
        ]
      }
    },
    {
      "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,Frameworks,@wdio/types/Frameworks"
        },
        {
          "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/index.ts",
            "line": 15
          },
          {
            "location": "src/types.ts",
            "line": 4
          },
          {
            "location": "src/utils.ts",
            "line": 16
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "logger",
      "version": "9.18.0",
      "description": "A helper utility for logging of WebdriverIO packages",
      "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/logger@9.18.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-logger"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/logger@9.18.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/logger/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/logger"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/logger/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/logger/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/cucumberFormatter.js",
            "line": 4
          },
          {
            "location": "build/cucumberFormatter.js",
            "line": 8
          },
          {
            "location": "build/cucumberFormatter.js",
            "line": 10
          },
          {
            "location": "build/cucumberFormatter.js",
            "line": 120
          },
          {
            "location": "build/index.js",
            "line": 12
          },
          {
            "location": "build/index.js",
            "line": 63
          },
          {
            "location": "build/index.js",
            "line": 65
          },
          {
            "location": "build/index.js",
            "line": 122
          },
          {
            "location": "src/cucumberFormatter.ts",
            "line": 6
          },
          {
            "location": "src/cucumberFormatter.ts",
            "line": 11
          },
          {
            "location": "src/index.ts",
            "line": 13
          },
          {
            "location": "src/index.ts",
            "line": 41
          },
          {
            "location": "src/utils.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 19
          }
        ]
      },
      "tags": [
        "logging"
      ]
    },
    {
      "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"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "is-glob",
      "version": "4.0.4",
      "description": "TypeScript definitions for is-glob",
      "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/%40types/is-glob@4.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-glob"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/is-glob@4.0.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/is-glob/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/is-glob/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/is-glob/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Cucumber Limited <cukes@googlegroups.com>"
        }
      ],
      "group": "@cucumber",
      "name": "messages",
      "version": "26.0.1",
      "description": "JSON schema-based messages for Cucumber's inter-process communication",
      "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/%40cucumber/messages@26.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/cucumber/messages#readme"
        },
        {
          "type": "vcs",
          "url": "git://github.com/cucumber/messages.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@cucumber/messages@26.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@cucumber/messages/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@cucumber/messages,IdGenerator,@cucumber/messages/IdGenerator,Envelope,@cucumber/messages/Envelope,GherkinDocument,@cucumber/messages/GherkinDocument,@cucumber/messages/Tag,Feature,@cucumber/messages/Feature,Pickle,@cucumber/messages/Pickle,PickleTag,@cucumber/messages/PickleTag,PickleStep,@cucumber/messages/PickleStep,TestCase,@cucumber/messages/TestCase,TestCaseStarted,@cucumber/messages/TestCaseStarted,TestStep,@cucumber/messages/TestStep,TestStepStarted,@cucumber/messages/TestStepStarted,TestStepFinished,@cucumber/messages/TestStepFinished,TestStepResult,@cucumber/messages/TestStepResult,TestCaseFinished,@cucumber/messages/TestCaseFinished,Hook,@cucumber/messages/Hook,TableRow,@cucumber/messages/TableRow,TableCell,@cucumber/messages/TableCell,TestStepResultStatus,@cucumber/messages/TestStepResultStatus,FeatureChild,@cucumber/messages/FeatureChild"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@cucumber/messages/package.json"
              }
            ],
            "concludedValue": "node_modules/@cucumber/messages/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 21
          },
          {
            "location": "build/index.js",
            "line": 121
          },
          {
            "location": "build/index.js",
            "line": 183
          },
          {
            "location": "src/cucumberFormatter.ts",
            "line": 29
          },
          {
            "location": "src/index.ts",
            "line": 24
          },
          {
            "location": "src/index.ts",
            "line": 25
          },
          {
            "location": "src/index.ts",
            "line": 40
          },
          {
            "location": "src/index.ts",
            "line": 59
          },
          {
            "location": "src/types.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 15
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Aslak Hellesøy"
        }
      ],
      "group": "@cucumber",
      "name": "gherkin",
      "version": "29.0.0",
      "description": "Gherkin parser",
      "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/%40cucumber/gherkin@29.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/cucumber/gherkin"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/cucumber/gherkin.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@cucumber/gherkin@29.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@cucumber/gherkin/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@cucumber/gherkin"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@cucumber/gherkin/package.json"
              }
            ],
            "concludedValue": "node_modules/@cucumber/gherkin/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 20
          },
          {
            "location": "build/index.js",
            "line": 209
          },
          {
            "location": "src/index.ts",
            "line": 23
          },
          {
            "location": "src/index.ts",
            "line": 176
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Julien Biezemans <jb@jbpros.com>"
        }
      ],
      "group": "@cucumber",
      "name": "cucumber",
      "version": "10.9.0",
      "description": "The official JavaScript implementation of Cucumber.",
      "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/%40cucumber/cucumber@10.9.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/cucumber/cucumber-js"
        },
        {
          "type": "vcs",
          "url": "git://github.com/cucumber/cucumber-js.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@cucumber/cucumber@10.9.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@cucumber/cucumber/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@cucumber/cucumber,Formatter,@cucumber/cucumber/Formatter,Status,@cucumber/cucumber/Status,setDefaultTimeout,@cucumber/cucumber/setDefaultTimeout,setDefinitionFunctionWrapper,@cucumber/cucumber/setDefinitionFunctionWrapper,supportCodeLibraryBuilder,@cucumber/cucumber/supportCodeLibraryBuilder,IFormatterOptions,@cucumber/cucumber/IFormatterOptions,ITestCaseHookParameter,@cucumber/cucumber/ITestCaseHookParameter,World,@cucumber/cucumber/World,@cucumber/cucumber/api,loadConfiguration,@cucumber/cucumber/api/loadConfiguration,loadSources,@cucumber/cucumber/api/loadSources,runCucumber,@cucumber/cucumber/api/runCucumber,IConfiguration,@cucumber/cucumber/api/IConfiguration,IRunEnvironment,@cucumber/cucumber/api/IRunEnvironment"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@cucumber/cucumber/package.json"
              }
            ],
            "concludedValue": "node_modules/@cucumber/cucumber/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/cucumberFormatter.js",
            "line": 2
          },
          {
            "location": "build/index.js",
            "line": 19
          },
          {
            "location": "build/index.js",
            "line": 119
          },
          {
            "location": "build/index.js",
            "line": 248
          },
          {
            "location": "build/index.js",
            "line": 258
          },
          {
            "location": "build/index.js",
            "line": 259
          },
          {
            "location": "build/index.js",
            "line": 429
          },
          {
            "location": "build/index.cjs",
            "line": 45
          },
          {
            "location": "src/cucumberFormatter.ts",
            "line": 1
          },
          {
            "location": "src/cucumberFormatter.ts",
            "line": 2
          },
          {
            "location": "src/index.ts",
            "line": 22
          },
          {
            "location": "src/index.ts",
            "line": 26
          },
          {
            "location": "src/index.ts",
            "line": 227
          },
          {
            "location": "src/index.ts",
            "line": 238
          },
          {
            "location": "src/index.ts",
            "line": 240
          },
          {
            "location": "src/index.ts",
            "line": 454
          },
          {
            "location": "src/index.ts",
            "line": 584
          },
          {
            "location": "src/types.ts",
            "line": 1
          },
          {
            "location": "src/utils.ts",
            "line": 4
          },
          {
            "location": "src/index.cts",
            "line": 25
          },
          {
            "location": "build/index.js",
            "line": 22
          },
          {
            "location": "build/index.js",
            "line": 219
          },
          {
            "location": "build/index.js",
            "line": 273
          },
          {
            "location": "build/index.js",
            "line": 277
          },
          {
            "location": "src/index.ts",
            "line": 27
          },
          {
            "location": "src/index.ts",
            "line": 28
          },
          {
            "location": "src/index.ts",
            "line": 191
          },
          {
            "location": "src/index.ts",
            "line": 258
          },
          {
            "location": "src/index.ts",
            "line": 263
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@wdio/cucumber-framework@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:57Z",
      "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 'cucumber-framework' with version '9.27.2'. The package type in this SBOM is npm with 3 purl namespaces described under components. The components were identified from 11 source files."
    }
  ]
}