{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:fc2ea004-b679-4e5e-9159-882f2abf327f",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-18T18:13:08Z",
    "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": "hashed-folder-copy-plugin",
      "group": "@rushstack",
      "version": "1.0.12",
      "description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
      "purl": "pkg:npm/%40rushstack/hashed-folder-copy-plugin@1.0.12",
      "bom-ref": "pkg:npm/@rushstack/hashed-folder-copy-plugin@1.0.12",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, _phase:build, _phase:test"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build, _phase:build"
        },
        {
          "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/microsoft/rushstack.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@rushstack\\n@scope\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "lib/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json\\nlib/test/scenarios/packageReference/node_modules/unscoped-package/package.json\\nnode_modules/@rushstack/heft/package.json\\nnode_modules/@rushstack/node-core-library/package.json\\nnode_modules/@types/estree/package.json\\nnode_modules/fast-glob/package.json\\nnode_modules/local-node-rig/package.json\\nnode_modules/memfs/package.json\\nnode_modules/webpack/package.json\\nsrc/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json\\nsrc/test/scenarios/packageReference/node_modules/unscoped-package/package.json"
      }
    ]
  },
  "components": [
    {
      "group": "",
      "name": "unscoped-package",
      "version": "",
      "scope": "optional",
      "purl": "pkg:npm/unscoped-package",
      "type": "library",
      "bom-ref": "pkg:npm/unscoped-package",
      "properties": [
        {
          "name": "SrcFile",
          "value": "src/test/scenarios/packageReference/node_modules/unscoped-package/package.json"
        },
        {
          "name": "SrcFile",
          "value": "lib/test/scenarios/packageReference/node_modules/unscoped-package/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "lib/test/scenarios/packageReference/node_modules/unscoped-package/package.json"
              }
            ],
            "concludedValue": "lib/test/scenarios/packageReference/node_modules/unscoped-package/package.json"
          }
        ]
      }
    },
    {
      "group": "@scope",
      "name": "scoped-package",
      "version": "",
      "scope": "optional",
      "purl": "pkg:npm/%40scope/scoped-package",
      "type": "library",
      "bom-ref": "pkg:npm/@scope/scoped-package",
      "properties": [
        {
          "name": "SrcFile",
          "value": "src/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json"
        },
        {
          "name": "SrcFile",
          "value": "lib/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "lib/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json"
              }
            ],
            "concludedValue": "lib/test/scenarios/packageReference/node_modules/@scope/scoped-package/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tobias Koppers @sokra"
        }
      ],
      "group": "",
      "name": "webpack",
      "version": "5.82.1",
      "description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
      "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/webpack@5.82.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webpack/webpack"
        },
        {
          "type": "vcs",
          "url": "https://github.com/webpack/webpack.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/webpack@5.82.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/webpack/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "webpack/lib/javascript/JavascriptParserHelpers,webpack/lib/util/makeSerializable,webpack"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/webpack/package.json"
              }
            ],
            "concludedValue": "node_modules/webpack/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/HashedFolderCopyPlugin.js",
            "line": 9
          },
          {
            "location": "src/HashedFolderCopyPlugin.ts",
            "line": 21
          },
          {
            "location": "lib/HashedFolderDependency.js",
            "line": 234
          },
          {
            "location": "src/HashedFolderCopyPlugin.ts",
            "line": 6
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 7
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 310
          },
          {
            "location": "src/webpackTypes.ts",
            "line": 4
          }
        ]
      }
    },
    {
      "group": "",
      "name": "memfs",
      "version": "3.4.3",
      "description": "In-memory file-system with Node's fs API.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "url": "https://opensource.org/licenses/Unlicense",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Public Domain"
              },
              {
                "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/memfs@3.4.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/streamich/memfs.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/memfs@3.4.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/memfs/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Public Domain"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/memfs/package.json"
              }
            ],
            "concludedValue": "node_modules/memfs/package.json"
          }
        ]
      },
      "tags": [
        "api"
      ]
    },
    {
      "group": "",
      "name": "local-node-rig",
      "version": "1.0.0",
      "description": "A rig package for Node.js projects that build using Heft inside the RushStack repository.",
      "scope": "optional",
      "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/local-node-rig@1.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/local-node-rig@1.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/local-node-rig/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/local-node-rig/package.json"
              }
            ],
            "concludedValue": "node_modules/local-node-rig/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Denis Malinochkin (https://mrmlnc.com)"
        }
      ],
      "group": "",
      "name": "fast-glob",
      "version": "3.3.1",
      "description": "It's a very fast and efficient glob library 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/fast-glob@3.3.1",
      "type": "library",
      "bom-ref": "pkg:npm/fast-glob@3.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/fast-glob/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "fast-glob"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/fast-glob/package.json"
              }
            ],
            "concludedValue": "node_modules/fast-glob/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/HashedFolderDependency.js",
            "line": 11
          },
          {
            "location": "src/HashedFolderCopyPlugin.ts",
            "line": 7
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 6
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 229
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "estree",
      "version": "1.0.5",
      "description": "TypeScript definitions for estree",
      "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/estree@1.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/estree@1.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/estree/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/estree/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/estree/package.json"
          }
        ]
      }
    },
    {
      "group": "@rushstack",
      "name": "node-core-library",
      "version": "3.64.2",
      "description": "Core libraries that every NodeJS toolchain project should use",
      "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/%40rushstack/node-core-library@3.64.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/rushstack.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@rushstack/node-core-library@3.64.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@rushstack/node-core-library/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@rushstack/node-core-library,Async,@rushstack/node-core-library/Async,LegacyAdapters,@rushstack/node-core-library/LegacyAdapters"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@rushstack/node-core-library/package.json"
              }
            ],
            "concludedValue": "node_modules/@rushstack/node-core-library/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/HashedFolderCopyPlugin.js",
            "line": 6
          },
          {
            "location": "lib/HashedFolderDependency.js",
            "line": 12
          },
          {
            "location": "src/HashedFolderCopyPlugin.ts",
            "line": 4
          },
          {
            "location": "src/HashedFolderCopyPlugin.ts",
            "line": 73
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 9
          },
          {
            "location": "src/HashedFolderDependency.ts",
            "line": 245
          }
        ]
      }
    },
    {
      "group": "@rushstack",
      "name": "heft",
      "version": "0.64.3",
      "description": "Build all your JavaScript projects the same way: A way that works.",
      "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/%40rushstack/heft@0.64.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rushstack.io/pages/heft/overview/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/rushstack.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@rushstack/heft@0.64.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@rushstack/heft/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/@rushstack/heft/package.json"
              }
            ],
            "concludedValue": "node_modules/@rushstack/heft/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@rushstack/hashed-folder-copy-plugin@1.0.12"
      ],
      "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-09-18T18:13:08Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Friday, September 18, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'hashed-folder-copy-plugin' with version '1.0.12'. The package type in this SBOM is npm with 3 purl namespaces described under components. The components were identified from 11 source files."
    }
  ]
}