{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:50f73c28-2d22-5a0a-a48f-87e8b26847d8",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "find-my-way",
      "purl": "pkg:npm/find-my-way@2.2.5",
      "type": "library",
      "bom-ref": "pkg:npm/find-my-way@2.2.5",
      "version": "2.2.5",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2026-47219",
      "affects": [
        {
          "ref": "pkg:npm/find-my-way@2.2.5"
        }
      ],
      "bom-ref": "urn:uuid:e5b2a374-b417-5197-b7be-95361368bf03",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-47219 affects version 2.2.5 of find-my-way."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/find-my-way@2.2.5"
    }
  ]
}