{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:cd2f723f-f6e9-4330-960d-aecd23e47284",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T14:11:14Z",
    "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": "webdriver",
      "group": "",
      "version": "9.27.2",
      "description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
      "purl": "pkg:npm/webdriver@9.27.2",
      "bom-ref": "pkg:npm/webdriver@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/webdriver"
        },
        {
          "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/@types/ws/package.json\\nnode_modules/@wdio/config/package.json\\nnode_modules/@wdio/logger/package.json\\nnode_modules/@wdio/protocols/package.json\\nnode_modules/@wdio/types/package.json\\nnode_modules/@wdio/utils/package.json\\nnode_modules/deepmerge-ts/package.json\\nnode_modules/https-proxy-agent/package.json\\nnode_modules/undici/package.json\\nnode_modules/ws/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)"
        }
      ],
      "group": "",
      "name": "ws",
      "version": "8.18.3",
      "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
      "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/ws@8.18.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/websockets/ws"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/websockets/ws.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ws@8.18.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ws/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ws,ClientOptions,ws/ClientOptions,RawData,ws/RawData,WebSocket,ws/WebSocket"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ws/package.json"
              }
            ],
            "concludedValue": "node_modules/ws/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 3
          },
          {
            "location": "build/node.js",
            "line": 2319
          },
          {
            "location": "src/bidi/core.ts",
            "line": 2
          },
          {
            "location": "src/browser.ts",
            "line": 2
          },
          {
            "location": "src/environment.ts",
            "line": 1
          },
          {
            "location": "src/node/bidi.ts",
            "line": 10
          },
          {
            "location": "src/node.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "group": "",
      "name": "undici",
      "version": "6.23.0",
      "description": "An HTTP/1.1 client, written from scratch for Node.js",
      "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/undici@6.23.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://undici.nodejs.org"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/nodejs/undici.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/undici@6.23.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/undici/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "undici,fetch,undici/fetch,Agent,undici/Agent,ProxyAgent,undici/ProxyAgent,getGlobalDispatcher,undici/getGlobalDispatcher,RequestInit,undici/RequestInit,Dispatcher,undici/Dispatcher"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/undici/package.json"
              }
            ],
            "concludedValue": "node_modules/undici/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 1883
          },
          {
            "location": "build/node.js",
            "line": 2255
          },
          {
            "location": "build/node.js",
            "line": 2270
          },
          {
            "location": "src/request/node.ts",
            "line": 2
          },
          {
            "location": "src/request/node.ts",
            "line": 19
          },
          {
            "location": "src/request/node.ts",
            "line": 41
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)"
        }
      ],
      "group": "",
      "name": "https-proxy-agent",
      "version": "7.0.6",
      "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
      "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/https-proxy-agent@7.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/TooTallNate/proxy-agents.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/https-proxy-agent@7.0.6",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/https-proxy-agent/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "https-proxy-agent,HttpsProxyAgent,https-proxy-agent/HttpsProxyAgent"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/https-proxy-agent/package.json"
              }
            ],
            "concludedValue": "node_modules/https-proxy-agent/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 2320
          },
          {
            "location": "src/node/bidi.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Rebecca Stevens <rebecca.stevens@outlook.co.nz>"
        }
      ],
      "group": "",
      "name": "deepmerge-ts",
      "version": "7.1.5",
      "description": "Deeply merge 2 or more objects respecting type information.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "url": "https://opensource.org/licenses/BSD-3-Clause",
            "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/deepmerge-ts@7.1.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RebeccaStevens/deepmerge-ts#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/RebeccaStevens/deepmerge-ts.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/deepmerge-ts@7.1.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/deepmerge-ts/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "deepmerge-ts,deepmergeCustom,deepmerge-ts/deepmergeCustom"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/deepmerge-ts/package.json"
              }
            ],
            "concludedValue": "node_modules/deepmerge-ts/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 66
          },
          {
            "location": "build/index.js",
            "line": 1278
          },
          {
            "location": "build/node.js",
            "line": 47
          },
          {
            "location": "build/node.js",
            "line": 1250
          },
          {
            "location": "src/utils.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 20
          }
        ]
      }
    },
    {
      "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,webdriverMonad,@wdio/utils/webdriverMonad,sessionEnvironmentDetector,@wdio/utils/sessionEnvironmentDetector,startWebDriver,@wdio/utils/startWebDriver,isBidi,@wdio/utils/isBidi,commandCallStructure,@wdio/utils/commandCallStructure,isValidParameter,@wdio/utils/isValidParameter,getArgumentType,@wdio/utils/getArgumentType,transformCommandLogResult,@wdio/utils/transformCommandLogResult,sleep,@wdio/utils/sleep"
        },
        {
          "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/index.js",
            "line": 26
          },
          {
            "location": "build/index.js",
            "line": 31
          },
          {
            "location": "build/index.js",
            "line": 1656
          },
          {
            "location": "build/index.js",
            "line": 1660
          },
          {
            "location": "build/index.js",
            "line": 1676
          },
          {
            "location": "build/index.js",
            "line": 1686
          },
          {
            "location": "build/index.js",
            "line": 1689
          },
          {
            "location": "build/index.js",
            "line": 1775
          },
          {
            "location": "build/index.js",
            "line": 1778
          },
          {
            "location": "build/index.js",
            "line": 1785
          },
          {
            "location": "build/index.js",
            "line": 1793
          },
          {
            "location": "build/index.js",
            "line": 1804
          },
          {
            "location": "build/index.js",
            "line": 1831
          },
          {
            "location": "build/index.js",
            "line": 1836
          },
          {
            "location": "build/index.js",
            "line": 1846
          },
          {
            "location": "build/index.js",
            "line": 1848
          },
          {
            "location": "build/index.js",
            "line": 1877
          },
          {
            "location": "build/index.js",
            "line": 1896
          },
          {
            "location": "build/index.js",
            "line": 1950
          },
          {
            "location": "build/index.js",
            "line": 1953
          },
          {
            "location": "build/index.js",
            "line": 2004
          },
          {
            "location": "build/index.js",
            "line": 2276
          },
          {
            "location": "build/node.js",
            "line": 7
          },
          {
            "location": "build/node.js",
            "line": 12
          },
          {
            "location": "build/node.js",
            "line": 1632
          },
          {
            "location": "build/node.js",
            "line": 1636
          },
          {
            "location": "build/node.js",
            "line": 1654
          },
          {
            "location": "build/node.js",
            "line": 1664
          },
          {
            "location": "build/node.js",
            "line": 1667
          },
          {
            "location": "build/node.js",
            "line": 1751
          },
          {
            "location": "build/node.js",
            "line": 1754
          },
          {
            "location": "build/node.js",
            "line": 1761
          },
          {
            "location": "build/node.js",
            "line": 1769
          },
          {
            "location": "build/node.js",
            "line": 1780
          },
          {
            "location": "build/node.js",
            "line": 1806
          },
          {
            "location": "build/node.js",
            "line": 1811
          },
          {
            "location": "build/node.js",
            "line": 1821
          },
          {
            "location": "build/node.js",
            "line": 1823
          },
          {
            "location": "build/node.js",
            "line": 1850
          },
          {
            "location": "build/node.js",
            "line": 1869
          },
          {
            "location": "build/node.js",
            "line": 1887
          },
          {
            "location": "build/node.js",
            "line": 1890
          },
          {
            "location": "build/node.js",
            "line": 1934
          },
          {
            "location": "build/node.js",
            "line": 2204
          },
          {
            "location": "src/command.ts",
            "line": 2
          },
          {
            "location": "src/command.ts",
            "line": 103
          },
          {
            "location": "src/command.ts",
            "line": 112
          },
          {
            "location": "src/command.ts",
            "line": 113
          },
          {
            "location": "src/command.ts",
            "line": 154
          },
          {
            "location": "src/command.ts",
            "line": 165
          },
          {
            "location": "src/command.ts",
            "line": 168
          },
          {
            "location": "src/request/error.ts",
            "line": 1
          },
          {
            "location": "src/request/error.ts",
            "line": 36
          },
          {
            "location": "src/request/request.ts",
            "line": 2
          },
          {
            "location": "src/request/request.ts",
            "line": 199
          }
        ]
      },
      "tags": [
        "driver"
      ]
    },
    {
      "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,Options,@wdio/types/Options,Capabilities,@wdio/types/Capabilities,ThenArg,@wdio/types/ThenArg"
        },
        {
          "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/constants.ts",
            "line": 1
          },
          {
            "location": "src/environment.ts",
            "line": 2
          },
          {
            "location": "src/node.ts",
            "line": 3
          },
          {
            "location": "src/request/request.ts",
            "line": 3
          },
          {
            "location": "src/request/types.ts",
            "line": 1
          },
          {
            "location": "src/types.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "protocols",
      "version": "9.27.2",
      "description": "Utility package providing information about automation protocols",
      "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/protocols@9.27.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/protocols@9.27.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/protocols/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/protocols,WebDriverBidiProtocol,@wdio/protocols/WebDriverBidiProtocol,WebDriverProtocol,@wdio/protocols/WebDriverProtocol,MJsonWProtocol,@wdio/protocols/MJsonWProtocol,AppiumProtocol,@wdio/protocols/AppiumProtocol,ChromiumProtocol,@wdio/protocols/ChromiumProtocol,SauceLabsProtocol,@wdio/protocols/SauceLabsProtocol,SeleniumProtocol,@wdio/protocols/SeleniumProtocol,GeckoProtocol,@wdio/protocols/GeckoProtocol,CAPABILITY_KEYS,@wdio/protocols/CAPABILITY_KEYS,CommandEndpoint,@wdio/protocols/CommandEndpoint,ProtocolCommands,@wdio/protocols/ProtocolCommands,Protocol,@wdio/protocols/Protocol"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/protocols/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/protocols/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 32
          },
          {
            "location": "build/index.js",
            "line": 77
          },
          {
            "location": "build/index.js",
            "line": 78
          },
          {
            "location": "build/index.js",
            "line": 1379
          },
          {
            "location": "build/node.js",
            "line": 13
          },
          {
            "location": "build/node.js",
            "line": 58
          },
          {
            "location": "build/node.js",
            "line": 59
          },
          {
            "location": "build/node.js",
            "line": 1350
          },
          {
            "location": "src/command.ts",
            "line": 3
          },
          {
            "location": "src/types.ts",
            "line": 3
          },
          {
            "location": "src/utils.ts",
            "line": 5
          },
          {
            "location": "src/utils.ts",
            "line": 9
          },
          {
            "location": "src/utils.ts",
            "line": 10
          },
          {
            "location": "src/utils.ts",
            "line": 198
          }
        ]
      },
      "tags": [
        "driver"
      ]
    },
    {
      "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,SENSITIVE_DATA_REPLACER,@wdio/logger/SENSITIVE_DATA_REPLACER"
        },
        {
          "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/index.js",
            "line": 22
          },
          {
            "location": "build/index.js",
            "line": 25
          },
          {
            "location": "build/index.js",
            "line": 30
          },
          {
            "location": "build/index.js",
            "line": 67
          },
          {
            "location": "build/index.js",
            "line": 81
          },
          {
            "location": "build/index.js",
            "line": 265
          },
          {
            "location": "build/index.js",
            "line": 1277
          },
          {
            "location": "build/index.js",
            "line": 1608
          },
          {
            "location": "build/index.js",
            "line": 1709
          },
          {
            "location": "build/index.js",
            "line": 1764
          },
          {
            "location": "build/index.js",
            "line": 1772
          },
          {
            "location": "build/index.js",
            "line": 1823
          },
          {
            "location": "build/index.js",
            "line": 1949
          },
          {
            "location": "build/index.js",
            "line": 2162
          },
          {
            "location": "build/index.js",
            "line": 2331
          },
          {
            "location": "build/node.js",
            "line": 6
          },
          {
            "location": "build/node.js",
            "line": 11
          },
          {
            "location": "build/node.js",
            "line": 48
          },
          {
            "location": "build/node.js",
            "line": 62
          },
          {
            "location": "build/node.js",
            "line": 246
          },
          {
            "location": "build/node.js",
            "line": 1249
          },
          {
            "location": "build/node.js",
            "line": 1577
          },
          {
            "location": "build/node.js",
            "line": 1686
          },
          {
            "location": "build/node.js",
            "line": 1741
          },
          {
            "location": "build/node.js",
            "line": 1748
          },
          {
            "location": "build/node.js",
            "line": 1798
          },
          {
            "location": "build/node.js",
            "line": 1886
          },
          {
            "location": "build/node.js",
            "line": 2093
          },
          {
            "location": "build/node.js",
            "line": 2318
          },
          {
            "location": "build/node.js",
            "line": 2321
          },
          {
            "location": "build/node.js",
            "line": 2418
          },
          {
            "location": "build/node.js",
            "line": 2419
          },
          {
            "location": "src/bidi/core.ts",
            "line": 1
          },
          {
            "location": "src/bidi/core.ts",
            "line": 16
          },
          {
            "location": "src/browser.ts",
            "line": 1
          },
          {
            "location": "src/browser.ts",
            "line": 13
          },
          {
            "location": "src/command.ts",
            "line": 1
          },
          {
            "location": "src/command.ts",
            "line": 13
          },
          {
            "location": "src/command.ts",
            "line": 207
          },
          {
            "location": "src/node/bidi.ts",
            "line": 7
          },
          {
            "location": "src/node/bidi.ts",
            "line": 13
          },
          {
            "location": "src/node/utils.ts",
            "line": 1
          },
          {
            "location": "src/node/utils.ts",
            "line": 3
          },
          {
            "location": "src/request/request.ts",
            "line": 1
          },
          {
            "location": "src/request/request.ts",
            "line": 27
          },
          {
            "location": "src/utils.ts",
            "line": 4
          },
          {
            "location": "src/utils.ts",
            "line": 19
          }
        ]
      },
      "tags": [
        "logging"
      ]
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "config",
      "version": "9.27.2",
      "description": "A helper utility to parse and validate WebdriverIO options",
      "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/config@9.27.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/config@9.27.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/config/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/config,validateConfig,@wdio/config/validateConfig"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/config/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/config/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 27
          },
          {
            "location": "build/index.js",
            "line": 1770
          },
          {
            "location": "build/node.js",
            "line": 8
          },
          {
            "location": "build/node.js",
            "line": 1746
          }
        ]
      },
      "tags": [
        "parse"
      ]
    },
    {
      "group": "@types",
      "name": "ws",
      "version": "8.18.1",
      "description": "TypeScript definitions for ws",
      "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/ws@8.18.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/ws@8.18.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/ws/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/ws/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/ws/package.json"
          }
        ]
      }
    },
    {
      "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/webdriver@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:11:14Z",
      "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 'webdriver' 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 11 source files."
    }
  ]
}