git: e1e9bd085a96 - main - security/cdxgen: New port

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Sun, 29 Mar 2026 21:04:56 UTC
The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1e9bd085a96566bf8fc124e6211cc7882bb7567

commit e1e9bd085a96566bf8fc124e6211cc7882bb7567
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-29 21:01:07 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-29 21:04:40 +0000

    security/cdxgen: New port
    
      cdxgen generates CycloneDX SBOMs for multiple programming
      languages and ecosystems.
    
      It supports scanning source code, containers, and binaries
      to produce Software Bill of Materials outputs.
    
      Project page:
      https://github.com/CycloneDX/cdxgen
    
    Sponsored by:   OTTRIA
---
 security/Makefile         |    1 +
 security/cdxgen/Makefile  |   44 +
 security/cdxgen/distinfo  |    5 +
 security/cdxgen/pkg-descr |    5 +
 security/cdxgen/pkg-plist | 7850 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 7905 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index e3e8b829822e..38391054232a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -74,6 +74,7 @@
     SUBDIR += cargo-audit
     SUBDIR += ccrypt
     SUBDIR += ccsrch
+    SUBDIR += cdxgen
     SUBDIR += certificate_maker
     SUBDIR += certmgr
     SUBDIR += certmonger
diff --git a/security/cdxgen/Makefile b/security/cdxgen/Makefile
new file mode 100644
index 000000000000..8d842290ed54
--- /dev/null
+++ b/security/cdxgen/Makefile
@@ -0,0 +1,44 @@
+PORTNAME=	cdxgen
+PORTVERSION=	12.1.2
+CATEGORIES=	security devel
+
+MAINTAINER=	miguel@ottria.eu
+COMMENT=	CycloneDX SBOM generator CLI
+WWW=		https://github.com/CycloneDX/cdxgen
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		nodejs:run shebangfix
+SHEBANG_FILES=	bin/*.js contrib/jupyter-notebook-example/setup.sh
+
+MASTER_SITES=	https://github.com/OTTRIA/freebsd-port-cdxgen-node-modules/raw/refs/heads/master/
+DISTFILES+=	cdxgen-${PORTVERSION}-node_modules.tar.gz
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	CycloneDX
+GH_PROJECT=	cdxgen
+GH_TAGNAME=	v${PORTVERSION}
+
+NO_BUILD=	yes
+INSTDIR=	${STAGEDIR}${PREFIX}/lib/node_modules/@cyclonedx/${PORTNAME}
+
+do-install:
+	${MKDIR} ${INSTDIR}
+	${CP} -a ${WRKSRC}/ ${INSTDIR}/
+	${CHMOD} +x ${INSTDIR}/bin/*.js
+	${MKDIR} ${STAGEDIR}${PREFIX}/bin
+
+.for bin in cdxgen evinse repl verify
+	${LN} -sf ../lib/node_modules/@cyclonedx/${PORTNAME}/bin/${bin}.js ${STAGEDIR}${PREFIX}/bin/${bin}
+.endfor
+
+post-extract:
+	cd ${WRKSRC} && ${TAR} -xzf ${DISTDIR}/cdxgen-${PORTVERSION}-node_modules.tar.gz
+
+post-install:
+	${RM} -rf ${INSTDIR}/.github ${INSTDIR}/test ${INSTDIR}/docs
+	@${FIND} ${INSTDIR} -type f -perm -002 -exec ${CHMOD} o-w {} \;
+	@${FIND} ${INSTDIR} -type d -perm -002 -exec ${CHMOD} o-w {} \;
+
+.include <bsd.port.mk>
diff --git a/security/cdxgen/distinfo b/security/cdxgen/distinfo
new file mode 100644
index 000000000000..38180e40ddd2
--- /dev/null
+++ b/security/cdxgen/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1774401562
+SHA256 (cdxgen-12.1.2-node_modules.tar.gz) = 7044aafc4a7f2b9261d1c0883aa59a396278513bf0aff65e820151517babf46a
+SIZE (cdxgen-12.1.2-node_modules.tar.gz) = 105109069
+SHA256 (CycloneDX-cdxgen-12.1.2-v12.1.2_GH0.tar.gz) = 6719f1266744ba6f80618881f55ebde6411a75651bb434d28554b311e327318c
+SIZE (CycloneDX-cdxgen-12.1.2-v12.1.2_GH0.tar.gz) = 17800038
diff --git a/security/cdxgen/pkg-descr b/security/cdxgen/pkg-descr
new file mode 100644
index 000000000000..5ea7f54d75a6
--- /dev/null
+++ b/security/cdxgen/pkg-descr
@@ -0,0 +1,5 @@
+cdxgen generates CycloneDX SBOMs for multiple programming languages and
+ecosystems.
+
+It supports scanning source code, containers, and binaries to produce Software
+Bill of Materials outputs.
diff --git a/security/cdxgen/pkg-plist b/security/cdxgen/pkg-plist
new file mode 100644
index 000000000000..8ccbc1386113
--- /dev/null
+++ b/security/cdxgen/pkg-plist
@@ -0,0 +1,7850 @@
+bin/cdxgen
+bin/evinse
+bin/repl
+bin/verify
+lib/node_modules/@cyclonedx/cdxgen/.codacy.yml
+lib/node_modules/@cyclonedx/cdxgen/.dockerignore
+lib/node_modules/@cyclonedx/cdxgen/.gitignore
+lib/node_modules/@cyclonedx/cdxgen/.npmignore
+lib/node_modules/@cyclonedx/cdxgen/.nvmrc
+lib/node_modules/@cyclonedx/cdxgen/.pnpmfile.cjs
+lib/node_modules/@cyclonedx/cdxgen/.pokurc.jsonc
+lib/node_modules/@cyclonedx/cdxgen/.versions/gradle_8
+lib/node_modules/@cyclonedx/cdxgen/.versions/gradle_9
+lib/node_modules/@cyclonedx/cdxgen/.versions/maven_3
+lib/node_modules/@cyclonedx/cdxgen/.versions/maven_4
+lib/node_modules/@cyclonedx/cdxgen/.versions/node_20
+lib/node_modules/@cyclonedx/cdxgen/.versions/node_22
+lib/node_modules/@cyclonedx/cdxgen/.versions/node_24
+lib/node_modules/@cyclonedx/cdxgen/.versions/node_25
+lib/node_modules/@cyclonedx/cdxgen/.versions/nvm
+lib/node_modules/@cyclonedx/cdxgen/ADVANCED.md
+lib/node_modules/@cyclonedx/cdxgen/LICENSE
+lib/node_modules/@cyclonedx/cdxgen/README.md
+lib/node_modules/@cyclonedx/cdxgen/bin/cdxgen.js
+lib/node_modules/@cyclonedx/cdxgen/bin/dependencies.js
+lib/node_modules/@cyclonedx/cdxgen/bin/evinse.js
+lib/node_modules/@cyclonedx/cdxgen/bin/licenses.js
+lib/node_modules/@cyclonedx/cdxgen/bin/repl.js
+lib/node_modules/@cyclonedx/cdxgen/bin/verify.js
+lib/node_modules/@cyclonedx/cdxgen/biome.json
+lib/node_modules/@cyclonedx/cdxgen/ci/Dockerfile
+lib/node_modules/@cyclonedx/cdxgen/ci/Dockerfile-bun
+lib/node_modules/@cyclonedx/cdxgen/ci/Dockerfile-deno
+lib/node_modules/@cyclonedx/cdxgen/ci/Dockerfile-ppc64
+lib/node_modules/@cyclonedx/cdxgen/ci/Dockerfile-secure
+lib/node_modules/@cyclonedx/cdxgen/ci/containerd-config.toml
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.dotnet7
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.dotnet8
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.dotnet9
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.java11
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.java17
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.node20
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.python3.11
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.python3.12
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.python3.13
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.python3.6
+lib/node_modules/@cyclonedx/cdxgen/ci/images/Dockerfile.ruby2.5
+lib/node_modules/@cyclonedx/cdxgen/ci/images/README.md
+lib/node_modules/@cyclonedx/cdxgen/ci/images/al10/Dockerfile.ruby-builder
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.dotnet9
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.golang1.23
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.golang1.24
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.java21
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.java24
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.node20
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.node24
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.php8.4
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.python3.13
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.ruby3.4
+lib/node_modules/@cyclonedx/cdxgen/ci/images/alpine/Dockerfile.rust1
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.dotnet6
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.dotnet8
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.dotnet9
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.golang1.23
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.golang1.24
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.php8.3
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.php8.4
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.ruby2.6
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.ruby3.3
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.ruby3.4
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.rust1
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/Dockerfile.swift6
+lib/node_modules/@cyclonedx/cdxgen/ci/images/debian/install.sh
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/Lucene.Net.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/Microsoft.Web.XmlTransform.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet-COPYRIGHT.txt
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet-LICENSE.txt
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Commands.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Common.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Configuration.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.DependencyResolver.Core.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Frameworks.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Indexing.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.LibraryModel.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.PackageManagement.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Packaging.Core.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Packaging.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.ProjectModel.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Protocol.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Resolver.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/NuGet.Versioning.dll
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/README.md
+lib/node_modules/@cyclonedx/cdxgen/ci/images/nuget/nuget.exe
+lib/node_modules/@cyclonedx/cdxgen/ci/images/opensuse/Dockerfile.python3.10
+lib/node_modules/@cyclonedx/cdxgen/ci/images/opensuse/Dockerfile.python3.9
+lib/node_modules/@cyclonedx/cdxgen/ci/images/opensuse/Dockerfile.rolling
+lib/node_modules/@cyclonedx/cdxgen/ci/images/temurin/Dockerfile.java21
+lib/node_modules/@cyclonedx/cdxgen/ci/images/temurin/Dockerfile.java24
+lib/node_modules/@cyclonedx/cdxgen/ci/images/temurin/Dockerfile.java8
+lib/node_modules/@cyclonedx/cdxgen/ci/images/ubuntu/Dockerfile.dotnet10
+lib/node_modules/@cyclonedx/cdxgen/ci/nydusd-config.fusedev.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/bom-1.5.schema.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/bom-signer/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/bom-signer/public.key
+lib/node_modules/@cyclonedx/cdxgen/contrib/bom-validate.py
+lib/node_modules/@cyclonedx/cdxgen/contrib/bulk-generate/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/bulk-generate/image-avail.js
+lib/node_modules/@cyclonedx/cdxgen/contrib/bulk-generate/index.js
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdx1/REPORT.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/cdxgen-for-bots.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/media/general-spec-questions.jpg
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/media/grok2-test1.jpg
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/media/grok2-test2.jpg
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/media/open-router-config.jpg
+lib/node_modules/@cyclonedx/cdxgen/contrib/cdxgenGPT/rate-my-xbom.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/cloud-init.txt
+lib/node_modules/@cyclonedx/cdxgen/contrib/deno/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/deno/deps.ts
+lib/node_modules/@cyclonedx/cdxgen/contrib/deno/main.ts
+lib/node_modules/@cyclonedx/cdxgen/contrib/dependency-track/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/dependency-track/docker-compose.yml
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/.gitignore
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/Modelfile
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/Modelfile-mini
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/Modelfile-nano
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/Modelfile-pro
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/advanced-detailed.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/allowlists.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/cdxgen-for-bots.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/ci-base-images.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/cli-detailed.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/env.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/index-js.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/lesson1.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/permissions.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/project-types.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/rate-my-xbom.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/readme.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/server.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/cdxgen-docs/utils-js.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/convert-gguf.sh
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/fine-tune-mlx.sh
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/guides/attestations.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/guides/cbom.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/guides/sbom.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/prepare.js
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/bazel-build.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/cyclonedx-101.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/cyclonedx-102.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/dotnet-framework.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/dotnet-install.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/npm-ci.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/npm-install.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/pip-install.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/purl-101.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/purl-102.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/semantics/uv-troubleshooting.jsonl
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/upload-hf.sh
+lib/node_modules/@cyclonedx/cdxgen/contrib/fine-tuning/validator.js
+lib/node_modules/@cyclonedx/cdxgen/contrib/flatpak/org.cyclonedx.cdxgen.yaml
+lib/node_modules/@cyclonedx/cdxgen/contrib/flatpak/sources.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/free_disk_space.sh
+lib/node_modules/@cyclonedx/cdxgen/contrib/jsf-0.82.schema.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/jupyter-notebook-example/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/jupyter-notebook-example/setup.sh
+lib/node_modules/@cyclonedx/cdxgen/contrib/lima/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/lima/cdxgen-alpine.yaml
+lib/node_modules/@cyclonedx/cdxgen/contrib/lima/cdxgen-opensuse.yaml
+lib/node_modules/@cyclonedx/cdxgen/contrib/lima/cdxgen-ubuntu.yaml
+lib/node_modules/@cyclonedx/cdxgen/contrib/maven-vendor-alias/DumpEclipse.java
+lib/node_modules/@cyclonedx/cdxgen/contrib/maven-vendor-alias/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/maven-vendor-alias/generate_json.py
+lib/node_modules/@cyclonedx/cdxgen/contrib/piptree.py
+lib/node_modules/@cyclonedx/cdxgen/contrib/py-modules.py
+lib/node_modules/@cyclonedx/cdxgen/contrib/requirements.txt
+lib/node_modules/@cyclonedx/cdxgen/contrib/wrapdb.py
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/devops.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/docker.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/linux.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-mini/results-0809/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/bias-tests.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/bias.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/cdx1-pro-jailbreak.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/cdx1-pro-safety.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/devops.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/docker.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/linux.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1-pro/results-0804/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/bias.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/cdx1-jailbreak.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/cdx1-safety.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/devops.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/docker.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/linux.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0805/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0810/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/cdx1/results-0810/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-3.1/results-0819/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-3.1/results-0819/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-3.1/results-0819/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-r1/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-r1/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepseek-r1/results-0805/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepthink-r1/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepthink-r1/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/deepthink-r1/results-0805/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gemini-2.5-pro/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gemini-2.5-pro/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gemini-2.5-pro/results-0805/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-5/results-0808/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-5/results-0808/gpt-5-batch.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-5/results-0808/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-5/results-0808/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-120b/results-0806/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-120b/results-0806/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-120b/results-0806/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-20b/results-0806/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-20b/results-0806/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/gpt-oss-20b/results-0806/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/o4-mini-high/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/o4-mini-high/results-0805/chatgpt-spec-fail.png
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/o4-mini-high/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/qwen3-coder-480B/results-0805/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/qwen3-coder-480B/results-0805/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/results/qwen3-coder-480B/results-0805/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/sample_answers/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/sample_answers/logic.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/sample_answers/spec.json
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/bias/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/devops/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/docker/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/linux/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/logic/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/safety/README.md
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/safety/jailbreak-questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/safety/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/contrib/xBOMEval/tests/spec/questions.csv
+lib/node_modules/@cyclonedx/cdxgen/data/README.md
+lib/node_modules/@cyclonedx/cdxgen/data/bom-1.4.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/bom-1.5.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/bom-1.6.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/bom-1.7.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/cbomosdb-queries.json
+lib/node_modules/@cyclonedx/cdxgen/data/component-tags.json
+lib/node_modules/@cyclonedx/cdxgen/data/cosdb-queries.json
+lib/node_modules/@cyclonedx/cdxgen/data/crypto-oid.json
+lib/node_modules/@cyclonedx/cdxgen/data/cryptography-defs.json
+lib/node_modules/@cyclonedx/cdxgen/data/cryptography-defs.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/frameworks-list.json
+lib/node_modules/@cyclonedx/cdxgen/data/glibc-stdlib.json
+lib/node_modules/@cyclonedx/cdxgen/data/helpers/init.gradle
+lib/node_modules/@cyclonedx/cdxgen/data/jsf-0.82.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/known-licenses.json
+lib/node_modules/@cyclonedx/cdxgen/data/lic-mapping.json
+lib/node_modules/@cyclonedx/cdxgen/data/pypi-pkg-aliases.json
+lib/node_modules/@cyclonedx/cdxgen/data/python-stdlib.json
+lib/node_modules/@cyclonedx/cdxgen/data/queries-darwin.json
+lib/node_modules/@cyclonedx/cdxgen/data/queries-win.json
+lib/node_modules/@cyclonedx/cdxgen/data/queries.json
+lib/node_modules/@cyclonedx/cdxgen/data/ruby-known-modules.json
+lib/node_modules/@cyclonedx/cdxgen/data/spdx-licenses.json
+lib/node_modules/@cyclonedx/cdxgen/data/spdx.schema.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/README.md
+lib/node_modules/@cyclonedx/cdxgen/data/templates/asvs-4.0.3.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/asvs-5.0.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/bsimm-v13.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/masvs-2.0.0.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/nist-ssdf-1.1.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/pcissc-secure-slc-1.1.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/scvs-1.0.0.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/templates/ssaf-DRAFT-2023-11.cdx.json
+lib/node_modules/@cyclonedx/cdxgen/data/vendor-alias.json
+lib/node_modules/@cyclonedx/cdxgen/data/wrapdb-releases.json
+lib/node_modules/@cyclonedx/cdxgen/deno.json
+lib/node_modules/@cyclonedx/cdxgen/docker-compose.yml
+lib/node_modules/@cyclonedx/cdxgen/index.cjs
+lib/node_modules/@cyclonedx/cdxgen/jsr.json
+lib/node_modules/@cyclonedx/cdxgen/lib/cli/index.js
+lib/node_modules/@cyclonedx/cdxgen/lib/cli/index.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/evinser/evinser.js
+lib/node_modules/@cyclonedx/cdxgen/lib/evinser/evinser.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/evinser/scalasem.js
+lib/node_modules/@cyclonedx/cdxgen/lib/evinser/swiftsem.js
+lib/node_modules/@cyclonedx/cdxgen/lib/evinser/swiftsem.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/analyzer.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/caxa.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/cbomutils.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/cbomutils.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/db.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/db.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/dependencies.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/display.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/display.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/dotnetutils.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/dotnetutils.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/envcontext.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/envcontext.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/licenses.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/logger.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/protobom.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/protobom.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/utils.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/utils.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/helpers/validator.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/binary.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/containerutils.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/docker.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/docker.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/oci.js
+lib/node_modules/@cyclonedx/cdxgen/lib/managers/piptree.js
+lib/node_modules/@cyclonedx/cdxgen/lib/parsers/iri.js
+lib/node_modules/@cyclonedx/cdxgen/lib/parsers/iri.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/server/openapi.yaml
+lib/node_modules/@cyclonedx/cdxgen/lib/server/server.js
+lib/node_modules/@cyclonedx/cdxgen/lib/server/server.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/stages/postgen/annotator.js
+lib/node_modules/@cyclonedx/cdxgen/lib/stages/postgen/annotator.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/stages/postgen/postgen.js
+lib/node_modules/@cyclonedx/cdxgen/lib/stages/postgen/postgen.poku.js
+lib/node_modules/@cyclonedx/cdxgen/lib/stages/pregen/pregen.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/README.md
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/CHANGELOG.md
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/LICENSE.md
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/README.md
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/arborist/index.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/arborist/load-actual.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/arborist/load-virtual.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/calc-dep-flags.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/can-place-dep.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/case-insensitive-map.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/consistent-resolve.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/debug.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/deepest-nesting-target.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/dep-valid.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/diff.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/edge.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/from-path.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/gather-dep-set.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/index.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/inventory.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/link.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/node.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/optional-set.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/override-resolves.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/override-set.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/peer-entry-sets.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/place-dep.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/printable.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/realpath.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/relpath.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/reset-dep-flags.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/retire-path.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/shrinkwrap.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/signal-handling.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/signals.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/spec-from-lock.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/tracker.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/tree-check.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/version-from-tgz.js
+lib/node_modules/@cyclonedx/cdxgen/lib/third-party/arborist/lib/yarn-lock.js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/astgen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/atom
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/jsesc
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/mkdirp
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/node-which
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/parser
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/phpastgen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/rbastgen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/scalasem
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/semver
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/tsc
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/tsserver
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/uuid
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/xml-js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.bin/yaml
+lib/node_modules/@cyclonedx/cdxgen/node_modules/.package-lock.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-common/LICENSE
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-common/README.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-common/index.js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-common/package.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-common/utils.mjs
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/LICENSE
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/README.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/astgen.js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/index.js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/package.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/phpastgen.js
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/.gitkeep
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/autoload.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/bin/bundler
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/bin/php-parse
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/bin/ruby_ast_gen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer.lock
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/ClassLoader.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/InstalledVersions.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/LICENSE
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/autoload_classmap.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/autoload_namespaces.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/autoload_psr4.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/autoload_real.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/autoload_static.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/installed.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/composer/installed.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/log4j2.xml
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/LICENSE
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/README.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/bin/php-parse
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/composer.json
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Class_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Enum_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Function_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Method.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Param.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Property.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Builder/Use_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/BuilderFactory.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/BuilderHelpers.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Comment.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Comment/Doc.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Error.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ErrorHandler.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Internal/Differ.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Internal/TokenPolyfill.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/JsonDecoder.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AsymmetricVisibilityTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/PipeOperatorEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/PropertyTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/VoidCastEmulator.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Modifiers.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NameContext.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Arg.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/ArrayItem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Attribute.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/ClosureUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/ComplexType.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Const_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/DeclareItem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pipe.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Void_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Identifier.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/InterpolatedStringPart.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/MatchArm.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Name.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/NullableType.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Param.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/PropertyHook.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/PropertyItem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/Float_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/Int_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/InterpolatedString.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Property.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/StaticVar.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Block.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/UnionType.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/UseItem.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeAbstract.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeDumper.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeFinder.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeTraverser.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/CommentAnnotatingVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Parser.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Parser/Php7.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Parser/Php8.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ParserAbstract.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/ParserFactory.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/PhpVersion.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/PrettyPrinter.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/Token.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/nikic/php-parser/lib/PhpParser/compatibility_tokens.php
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/.bundle/config
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/Gemfile
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/Gemfile.lock
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/bundler/setup.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/bundle
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/bundler
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/racc
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/ruby-parse
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/ruby-rewrite
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bin/ruby_ast_gen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/.rspec
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/Gemfile
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/LICENSE.txt
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/README.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/Rakefile
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/bin/console
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/bin/setup
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/exe/ruby_ast_gen
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/lib/ruby_ast_gen.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/lib/ruby_ast_gen/node_handling.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/lib/ruby_ast_gen/version.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/ruby_ast_gen.gemspec
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/spec/ruby_ast_gen_spec.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/spec/spec_helper.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/bundler/gems/ruby_ast_gen-e58f82cd4b36/update_version.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.7.0/gem.build_complete
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.7.0/gem_make.out
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.7.0/mkmf.log
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.7.0/prism/prism.so
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/racc-1.8.1/gem.build_complete
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/racc-1.8.1/gem_make.out
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/racc-1.8.1/racc/cparse.so
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/LICENSE.MIT
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/README.YARD.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/lib/ast.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/lib/ast/node.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/lib/ast/processor.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/lib/ast/processor/mixin.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/ast-2.4.3/lib/ast/sexp.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/CHANGELOG.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/LICENSE.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/README.md
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/bundler.gemspec
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/exe/bundle
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/exe/bundler
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/.document
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/build_metadata.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/capistrano.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/checksum.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/ci_detector.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/add.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/binstubs.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/cache.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/check.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/clean.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/common.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/config.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/console.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/doctor.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/exec.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/fund.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/gem.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/info.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/init.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/inject.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/install.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/issue.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/list.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/lock.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/open.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/outdated.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/platform.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/plugin.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/pristine.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/remove.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/show.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/update.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/cli/viz.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/compact_index_client.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/compact_index_client/cache.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/compact_index_client/cache_file.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/compact_index_client/parser.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/compact_index_client/updater.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/constants.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/current_ruby.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/definition.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/dependency.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/deployment.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/deprecate.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/digest.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/dsl.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/endpoint_specification.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/env.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/environment_preserver.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/errors.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/feature_flag.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/base.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/compact_index.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/dependency.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/downloader.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/gem_remote_fetcher.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/fetcher/index.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/force_platform.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/friendly_errors.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/gem_helper.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/gem_helpers.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/gem_tasks.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/gem_version_promoter.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/graph.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/index.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/injector.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/inline.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/installer.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/installer/gem_installer.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/installer/parallel_installer.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/installer/standalone.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/lazy_specification.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/lockfile_generator.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/lockfile_parser.rb
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/.document
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-add.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-add.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-binstubs.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-binstubs.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-cache.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-cache.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-check.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-check.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-clean.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-clean.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-config.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-config.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-console.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-console.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-doctor.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-doctor.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-env.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-env.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-exec.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-exec.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-fund.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-fund.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-gem.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-gem.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-help.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-help.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-info.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-info.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-init.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-init.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-inject.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-inject.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-install.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-install.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-issue.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-issue.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-licenses.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-licenses.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-list.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-list.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-lock.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-lock.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-open.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-open.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-outdated.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-outdated.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-platform.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-platform.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-plugin.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-plugin.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-pristine.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-pristine.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-remove.1
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-remove.1.ronn
+lib/node_modules/@cyclonedx/cdxgen/node_modules/@appthreat/atom-parsetools/plugins/rubyastgen/bundle/ruby/4.0.0/gems/bundler-2.6.7/lib/bundler/man/bundle-show.1
*** 6983 LINES SKIPPED ***