{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:2bfbfef7-5e44-51bd-90b5-a42cfc1b8442",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "find-my-way",
      "purl": "pkg:npm/find-my-way@4.5.1",
      "type": "library",
      "bom-ref": "pkg:npm/find-my-way@4.5.1",
      "version": "4.5.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2026-47219",
      "affects": [
        {
          "ref": "pkg:npm/find-my-way@4.5.1"
        }
      ],
      "bom-ref": "urn:uuid:f707aa3a-23c9-5159-8d72-53d162ac4282",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-47219 affects version 4.5.1 of find-my-way."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/find-my-way@4.5.1"
    }
  ]
}