{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:5716c883-678f-45a2-879a-04c49b23a7e2",
  "version": 1,
  "metadata": {
    "timestamp": "2026-04-28T21:36:30Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.2.1",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.2.1",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.2.1",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "distributionConstraints": {
      "tlp": "CLEAR"
    },
    "component": {
      "name": "next-env",
      "group": "",
      "version": "12.3.7-tuxcare.6",
      "description": "Next.js dotenv file loading",
      "purl": "pkg:npm/next-env@12.3.7-tuxcare.6",
      "bom-ref": "pkg:npm/next-env@12.3.7-tuxcare.6",
      "author": "Next.js Team <support@vercel.com>",
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vercel/next.js"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@vercel"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@vercel/ncc/package.json\\nnode_modules/dotenv-expand/package.json\\nnode_modules/dotenv/package.json\\nnode_modules/rimraf/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
        }
      ],
      "group": "",
      "name": "rimraf",
      "version": "3.0.2",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "url": "https://opensource.org/licenses/ISC"
          }
        }
      ],
      "purl": "pkg:npm/rimraf@3.0.2",
      "type": "library",
      "bom-ref": "pkg:npm/rimraf@3.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/rimraf/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/rimraf/package.json"
              }
            ],
            "concludedValue": "node_modules/rimraf/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "motdotla"
        }
      ],
      "group": "",
      "name": "dotenv-expand",
      "version": "8.0.1",
      "description": "Expand environment variables using dotenv",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "url": "https://opensource.org/licenses/BSD-2-Clause"
          }
        }
      ],
      "purl": "pkg:npm/dotenv-expand@8.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/motdotla/dotenv-expand"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/dotenv-expand@8.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/dotenv-expand/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "dotenv-expand,expand,dotenv-expand/expand"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/dotenv-expand/package.json"
              }
            ],
            "concludedValue": "node_modules/dotenv-expand/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts#5"
          }
        ]
      }
    },
    {
      "group": "",
      "name": "dotenv",
      "version": "10.0.0",
      "description": "Loads environment variables from .env file",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "url": "https://opensource.org/licenses/BSD-2-Clause"
          }
        }
      ],
      "purl": "pkg:npm/dotenv@10.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git://github.com/motdotla/dotenv.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/dotenv@10.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/dotenv/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "dotenv"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/dotenv/package.json"
              }
            ],
            "concludedValue": "node_modules/dotenv/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts#4"
          }
        ]
      }
    },
    {
      "group": "@vercel",
      "name": "ncc",
      "version": "0.34.0",
      "description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40vercel/ncc@0.34.0",
      "type": "library",
      "bom-ref": "pkg:npm/@vercel/ncc@0.34.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@vercel/ncc/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@vercel/ncc/package.json"
              }
            ],
            "concludedValue": "node_modules/@vercel/ncc/package.json"
          }
        ]
      },
      "tags": [
        "cli"
      ]
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/next-env@12.3.7-tuxcare.6"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.2.1",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.2.1",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.2.1",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-04-28T21:36:30Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, April 28, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'next-env' with version '12.3.7-tuxcare.6'. The package type in this SBOM is npm with a single purl namespace '@vercel' described under components. The components were identified from 4 source files."
    }
  ]
}