{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:874713a0-d316-5bbc-9219-3da39912b035",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:composer/laravel/framework@10.50.2",
      "type": "library",
      "group": "laravel",
      "name": "framework",
      "version": "10.50.2",
      "purl": "pkg:composer/laravel/framework@10.50.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:8c72a004-17f1-52eb-9a69-b2be04517431",
      "id": "GHSA-5vg9-5847-vvmq",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability GHSA-5vg9-5847-vvmq affects version 10.50.2 of laravel/framework."
      },
      "affects": [
        {
          "ref": "pkg:composer/laravel/framework@10.50.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b84f775e-ac8a-5e7b-a66d-0ad1e4b0ff40",
      "id": "GHSA-crmm-hgp2-wgrp",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability GHSA-crmm-hgp2-wgrp does not affect version 10.50.2 of laravel/framework. not_affected \u2014 Laravel 10.50.2 does not contain the vulnerable local filesystem temporary signed URL feature. The LocalFilesystemAdapter class and its associated temporaryUrl()/temporaryUploadUrl() methods were introduced in Laravel 11.x. The vulnerable code path does not exist in this version."
      },
      "affects": [
        {
          "ref": "pkg:composer/laravel/framework@10.50.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:composer/laravel/framework@10.50.2"
    }
  ]
}